summaryrefslogtreecommitdiffstats
path: root/server/.cvsignore
diff options
context:
space:
mode:
authorWilfredo Sanchez <wsanchez@apache.org>2002-11-29 08:21:07 +0100
committerWilfredo Sanchez <wsanchez@apache.org>2002-11-29 08:21:07 +0100
commit9018dc55c1105a8df2d5b848cbd7eeacb91517d1 (patch)
tree335a2c2777f5434be0e03f8fd71f06d1b5d05233 /server/.cvsignore
parentChanges to reduce dependency on in-tree apr and apr-util. (diff)
downloadapache2-9018dc55c1105a8df2d5b848cbd7eeacb91517d1.tar.xz
apache2-9018dc55c1105a8df2d5b848cbd7eeacb91517d1.zip
If apr and apr-util are not in-tree, we need to be able to find the
include directory for each in order to generate the server/exports.c and server/export_vars.h files. configure.in: - Provide APR_INCLUDEDIR, APU_INCLUDEDIR. server/Makefile.in: - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars. - Add export_files target to generate a list of headers with symbols to export, use that list to generate exports.c and export_vars.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/.cvsignore')
-rw-r--r--server/.cvsignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/.cvsignore b/server/.cvsignore
index a0a82683f3..e406311138 100644
--- a/server/.cvsignore
+++ b/server/.cvsignore
@@ -5,6 +5,7 @@ Makefile
*.la
test_char.h
gen_test_char
+export_files
exports.c
export_vars.h
Debug