From 20c239e0de3df5a9583dc0ab3d8e3b950b7dd765 Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Tue, 21 Nov 2006 21:20:01 +0000 Subject: 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 --- qpid/cpp/test/client/Makefile.cppclient.examples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/test/client') 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) -- cgit v1.2.1