From f76fc3ae5553d28e87a86c76529ff796dc01e197 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/qpid@477895 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/test/client/Makefile.cppclient.examples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/client/Makefile.cppclient.examples') 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) -- cgit v1.2.1