summaryrefslogtreecommitdiff
path: root/APRVARS.in
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-10-25 12:56:00 +0000
committerGreg Stein <gstein@apache.org>2000-10-25 12:56:00 +0000
commit7ffdffad91b8a7a5be6b1dd170e65650154ca979 (patch)
tree9b98d76a0bd1df7618f082cc66aba848226908ee /APRVARS.in
parent249ccd1d46f763bb2aafb9900b0ed3eb23afadc7 (diff)
downloadapr-7ffdffad91b8a7a5be6b1dd170e65650154ca979.tar.gz
export threading flags so that apps using APR know how to compile their own
files. (and link properly against APR) Submitted by: Branko Cibej <brane@xbc.nu> Reviewed by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60612 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'APRVARS.in')
-rw-r--r--APRVARS.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/APRVARS.in b/APRVARS.in
index 8f4f53ca5..223328b88 100644
--- a/APRVARS.in
+++ b/APRVARS.in
@@ -1 +1,3 @@
+EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS @THREAD_CPPFLAGS@"
+EXTRA_CFLAGS="$EXTRA_CFLAGS @THREAD_CFLAGS@"
EXTRA_LIBS="$EXTRA_LIBS @LIBS@"