diff options
author | Sander Temme <sctemme@apache.org> | 2008-06-08 07:11:31 +0200 |
---|---|---|
committer | Sander Temme <sctemme@apache.org> | 2008-06-08 07:11:31 +0200 |
commit | baec0398aa701d6f639b86d09233631bac7bd1c5 (patch) | |
tree | db7ac057a59797b2d4a87a0195fb2004d78757c7 /server/Makefile.in | |
parent | * irreversable -> irreversible (diff) | |
download | apache2-baec0398aa701d6f639b86d09233631bac7bd1c5.tar.xz apache2-baec0398aa701d6f639b86d09233631bac7bd1c5.zip |
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
Diffstat (limited to 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index 3c96c4061b..4a3b6099a7 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, |