summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-01 07:22:17 +0000
committerRyan Bloom <rbb@apache.org>2000-12-01 07:22:17 +0000
commit67ad98eff31e9fe3c94491978ee91f655adfbb80 (patch)
treee3af50b9434602d33391dfb049030739482b98ec /buildconf
parent325564fe2d683ca393ff2e3cf9acf8d94f8ea2d2 (diff)
downloadapr-67ad98eff31e9fe3c94491978ee91f655adfbb80.tar.gz
Stop generating the exports file with a make target, instead just do it
at configure time. git-svn-id: https://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
+