summaryrefslogtreecommitdiff
path: root/apr.pc.in
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-04-07 00:27:03 +0000
committerPaul Querna <pquerna@apache.org>2005-04-07 00:27:03 +0000
commitea12c82691057d059aa2068ac9891edec98a5121 (patch)
tree247983f966f2fa920aefa0fce0d387dd79667e7e /apr.pc.in
parent9d6300e1dc6cbd322671053d941364621376d084 (diff)
downloadapr-ea12c82691057d059aa2068ac9891edec98a5121.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: https://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}