From: Sander Temme Date: Sun, 8 Jun 2008 05:11:31 +0000 (+0000) Subject: No header files currently found in that dir, so the build fails. X-Git-Tag: 2.3.0~511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baec0398aa701d6f639b86d09233631bac7bd1c5;p=thirdparty%2Fapache%2Fhttpd.git No header files currently found in that dir, so the build fails. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index 3c96c4061be..4a3b6099a75 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -30,7 +30,7 @@ test_char.h: gen_test_char util.lo: test_char.h -EXPORT_DIRS = $(top_srcdir)/include $(top_srcdir)/os/$(OS_DIR) $(top_srcdir)/modules/http +EXPORT_DIRS = $(top_srcdir)/include $(top_srcdir)/os/$(OS_DIR) EXPORT_DIRS_APR = $(APR_INCLUDEDIR) $(APU_INCLUDEDIR) # If export_files is a dependency here, but we remove it during this stage,