summaryrefslogtreecommitdiff
path: root/apr.pc.in
diff options
context:
space:
mode:
authorpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-04-07 00:27:03 +0000
committerpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-04-07 00:27:03 +0000
commitd02d07506980c0a3432c5e88f2c0da176e0751e2 (patch)
tree247983f966f2fa920aefa0fce0d387dd79667e7e /apr.pc.in
parent3b7b40b94260df522d8710098842173931bae8a0 (diff)
downloadlibapr-d02d07506980c0a3432c5e88f2c0da176e0751e2.tar.gz
fix the apr.pc.in file to include the cppflags in the Cflags varaible.
It seems braindead, but pkg-config requires this, and it is a documented behavior. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@160349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.pc.in')
-rw-r--r--apr.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/apr.pc.in b/apr.pc.in
index 91e4993d2..318a81e26 100644
--- a/apr.pc.in
+++ b/apr.pc.in
@@ -8,4 +8,4 @@ Name: APR
Description: The Apache Portable Runtime library
Version: @APR_DOTTED_VERSION@
Libs: -L${libdir} -l@APR_LIBNAME@ @EXTRA_LIBS@
-Cflags: @EXTRA_CFLAGS@ -I${includedir}
+Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CFLAGS@ -I${includedir}