summaryrefslogtreecommitdiff
path: root/cpp/common/utils/src/Makefile
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-10-11 15:50:15 +0000
committerAlan Conway <aconway@apache.org>2006-10-11 15:50:15 +0000
commit2bcadbb42a6fb2f096c1fc0a4b957d64a5024ef6 (patch)
tree886eb0659c6f28c2f1d26de7d5fd29fff0072dc5 /cpp/common/utils/src/Makefile
parent9fc2b6c5f0848d65f1bf20e62279c055d12a1d40 (diff)
downloadqpid-python-2bcadbb42a6fb2f096c1fc0a4b957d64a5024ef6.tar.gz
Turned up gcc warnings, fixed warnings in code, enabled -Werror.
Note: #include "qpid_test_plugin.h" instead of <cppunit/TestPlugin.h> Works around warning from a cppunit macro. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@462834 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/common/utils/src/Makefile')
-rw-r--r--cpp/common/utils/src/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpp/common/utils/src/Makefile b/cpp/common/utils/src/Makefile
index 0185ab9975..b0ab76973c 100644
--- a/cpp/common/utils/src/Makefile
+++ b/cpp/common/utils/src/Makefile
@@ -13,13 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-##### Options #####
-QPID_HOME = ../../../..
-
-include ${QPID_HOME}/cpp/options.mk
-##### Compiler flags #####
-CXXFLAGS = -I ../inc -I ${APR_HOME}/include/apr-1/
+QPID_HOME = ../../../..
+include $(QPID_HOME)/cpp/options.mk
+INCLUDES=$(TEST_INCLUDES)
##### Targets #####
# Add additional source files to SOURCE LIST to include them in the build.