summaryrefslogtreecommitdiff
path: root/APRVARS.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-07-25 19:53:28 +0000
committerRyan Bloom <rbb@apache.org>2000-07-25 19:53:28 +0000
commit63cf7bd4275d98dde7db0e6cbb8c269766b028fb (patch)
tree56e0020a0b36db920be0fc216fa5edc714710132 /APRVARS.in
parenta02af6fb51a0105b2d67b44c41ddf288cdb9a0aa (diff)
downloadapr-63cf7bd4275d98dde7db0e6cbb8c269766b028fb.tar.gz
Change APRVARS.in to output EXTRA_LIBS instead of LIBS. Apache doesn't
include LIBS in its build process. But it does include EXTRA_LIBS. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60452 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'APRVARS.in')
-rw-r--r--APRVARS.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/APRVARS.in b/APRVARS.in
index 3f51b0b52..039ac1685 100644
--- a/APRVARS.in
+++ b/APRVARS.in
@@ -1 +1 @@
-LIBS="@LIBS@"
+EXTRA_LIBS="@LIBS@"