diff options
Diffstat (limited to 'cpp/test')
-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) |