summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-01 07:22:17 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-01 07:22:17 +0000
commita32d245748348fbb68e2bac8dc3768b92c2e472a (patch)
treee3af50b9434602d33391dfb049030739482b98ec /buildconf
parent1fb34b8e377d8e5c0d5a70c5d6cb388b59ee9a5d (diff)
downloadlibapr-a32d245748348fbb68e2bac8dc3768b92c2e472a.tar.gz
Stop generating the exports file with a make target, instead just do it
at configure time. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index a84acf354..52eb62970 100755
--- a/buildconf
+++ b/buildconf
@@ -3,3 +3,6 @@
autoconf;autoheader
(cd shmem/unix/mm && autoconf)
+
+./helpers/make_export.pl -o ./apr.exports include/*.h
+