summaryrefslogtreecommitdiff
path: root/APRVARS.in
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-08-01 20:37:03 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-08-01 20:37:03 +0000
commitbef6d31f5c8464dc673902edc3324d0e3a39284d (patch)
tree8874aecf85afb13bc644bad3e301aada2236e5bb /APRVARS.in
parent19b85914d6141c26c60479f9c7e44deb762c16c6 (diff)
downloadlibapr-bef6d31f5c8464dc673902edc3324d0e3a39284d.tar.gz
Add ALL_LIBS to the link command for APR since LINK is used for building
the test programs in apr-util. Export the so_ext and lib_target macros via APRVARS. This is needed in the Makefiles for apr-util. (lib_target needs to be escaped.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'APRVARS.in')
-rw-r--r--APRVARS.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/APRVARS.in b/APRVARS.in
index ca1f3571d..b91cda655 100644
--- a/APRVARS.in
+++ b/APRVARS.in
@@ -8,3 +8,6 @@ EXTRA_LIBS="@EXTRA_LIBS@"
EXTRA_INCLUDES="@EXTRA_INCLUDES@"
LIBTOOL_LIBS="@LIBTOOL_LIBS@"
APR_SOURCE_DIR="@abs_srcdir@"
+APR_SO_EXT="@so_ext@"
+APR_LIB_TARGET="@export_lib_target@"
+