summaryrefslogtreecommitdiff
path: root/cpp/options.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-10-16 17:36:08 +0000
committerAlan Conway <aconway@apache.org>2006-10-16 17:36:08 +0000
commit9dafedb7ba53736da4ad4252a26f91eb56eeafad (patch)
tree42edfdcf817ec006d6ddbd09ed7d2f9c9423b7f9 /cpp/options.mk
parentb90ceab30a9f2040a868e76c90af47f09b4cbbb2 (diff)
downloadqpid-python-9dafedb7ba53736da4ad4252a26f91eb56eeafad.tar.gz
Add apr-1/ prefix to APR #includes to pick up from standard location.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464577 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/options.mk')
-rw-r--r--cpp/options.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/options.mk b/cpp/options.mk
index d8214f36d5..9fefdbcd45 100644
--- a/cpp/options.mk
+++ b/cpp/options.mk
@@ -18,7 +18,7 @@
## External dependencies:
# Add location for headers and libraries of any external dependencies here
-EXTRA_INCLUDES := -I/usr/local/apr/include/apr-1
+EXTRA_INCLUDES := -I/usr/local/apr/include
EXTRA_LIBDIRS := -L/usr/local/apr/lib
## Compile flags