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 | 20c239e0de3df5a9583dc0ab3d8e3b950b7dd765 (patch) | |
| tree | 0630e8184942d449acbe8f1a134df6d9e70f28a1 /qpid/cpp/test | |
| parent | 862c7b19d5cf764cb9916009f79b08379823bc24 (diff) | |
| download | qpid-python-20c239e0de3df5a9583dc0ab3d8e3b950b7dd765.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@477895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/test')
| -rw-r--r-- | qpid/cpp/test/client/Makefile.cppclient.examples | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/test/client/Makefile.cppclient.examples b/qpid/cpp/test/client/Makefile.cppclient.examples index 57968839f4..bcdb09d2a1 100644 --- a/qpid/cpp/test/client/Makefile.cppclient.examples +++ b/qpid/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) |
