diff options
author | Steven Shaw <steshaw@apache.org> | 2006-11-21 21:20:01 +0000 |
---|---|---|
committer | Steven Shaw <steshaw@apache.org> | 2006-11-21 21:20:01 +0000 |
commit | f76fc3ae5553d28e87a86c76529ff796dc01e197 (patch) | |
tree | 82a923cf070e11c6598ac7bdf76c8f002d6252ad /cpp/test/client/Makefile.cppclient.examples | |
parent | 376ea0f9210403f93068e29a49934b70c9be4459 (diff) | |
download | qpid-python-f76fc3ae5553d28e87a86c76529ff796dc01e197.tar.gz |
QPID-121 Added script to build a release package of qpid cpp client.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@477895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/test/client/Makefile.cppclient.examples')
-rw-r--r-- | cpp/test/client/Makefile.cppclient.examples | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/client/Makefile.cppclient.examples b/cpp/test/client/Makefile.cppclient.examples index 57968839f4..bcdb09d2a1 100644 --- a/cpp/test/client/Makefile.cppclient.examples +++ b/cpp/test/client/Makefile.cppclient.examples @@ -17,7 +17,7 @@ CXXFLAGS := $(CXXFLAGS) $(BOOST_CFLAGS) # Configure APR. # APR_LOCATION := ../lib/apr-1.2.7 -APR_CFLAGS := -I$(APR_LOCATION)/include +APR_CFLAGS := -I$(APR_LOCATION)/include/apr-1 APR_LDFLAGS := $(shell $(APR_LOCATION)/bin/apr-1-config --libs) -L$(APR_LOCATION)/lib -lapr-1 CXXFLAGS := $(CXXFLAGS) $(APR_CFLAGS) |