summaryrefslogtreecommitdiff
path: root/qpid/cpp/lib/client
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-01 07:36:35 +0000
committerAlan Conway <aconway@apache.org>2006-12-01 07:36:35 +0000
commit0ca9c039a7e5fc8fab8619fbd9b141919fb837a2 (patch)
treefd2f318b5d4237520cf3cdad275340ebce7c6fb8 /qpid/cpp/lib/client
parent0d71edf42b534c78129dd6a70f14fc7cb6dcd68d (diff)
downloadqpid-python-0ca9c039a7e5fc8fab8619fbd9b141919fb837a2.tar.gz
Buliding APR code, running python tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@481175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib/client')
-rw-r--r--qpid/cpp/lib/client/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/lib/client/Makefile.am b/qpid/cpp/lib/client/Makefile.am
index db428870aa..fcc571a511 100644
--- a/qpid/cpp/lib/client/Makefile.am
+++ b/qpid/cpp/lib/client/Makefile.am
@@ -1,5 +1,6 @@
-AM_CXXFLAGS = $(WARNING_CFLAGS)
+AM_CXXFLAGS = $(WARNING_CFLAGS) -DUSE_APR=1
INCLUDES = \
+ -I$(shell apr-1-config --includedir) \
-I$(top_srcdir)/gen \
-I$(top_srcdir)/lib/common \
-I$(top_srcdir)/lib/common/sys \