diff options
author | Gordon Sim <gsim@apache.org> | 2006-12-01 15:15:18 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-12-01 15:15:18 +0000 |
commit | 000106462f3480bef55a1874f2949a74d59df9fd (patch) | |
tree | 472503cc271f5d2d49be1c008ffebe2ba353c4ef /cpp/lib/client | |
parent | 14f06747d5d7bc6cde5efc54003624129d295956 (diff) | |
download | qpid-python-000106462f3480bef55a1874f2949a74d59df9fd.tar.gz |
Path from Jim Meyering (sent to qpid-dev list) to fix issue with gen.mk plus apr dependencies etc.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/client')
-rw-r--r-- | cpp/lib/client/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/lib/client/Makefile.am b/cpp/lib/client/Makefile.am index fcc571a511..28b96d7844 100644 --- a/cpp/lib/client/Makefile.am +++ b/cpp/lib/client/Makefile.am @@ -1,10 +1,10 @@ -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 \ - -I$(top_srcdir)/lib/common/framing +AM_CXXFLAGS = $(WARNING_CFLAGS) +INCLUDES = \ + -I$(top_srcdir)/gen \ + -I$(top_srcdir)/lib/common \ + -I$(top_srcdir)/lib/common/sys \ + -I$(top_srcdir)/lib/common/framing \ + $(APR_CXXFLAGS) lib_LTLIBRARIES = libclient.la libclient_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO_ARG) |