summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-08-27 23:31:46 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-08-27 23:31:46 +0000
commitaed4311df4fe785e0cede6c7a5589d3aa39f13e9 (patch)
treed5412883bdbb6243220ed21a5fff8409a5311e93 /Makefile.in
parentfd5c2141241b3a3d2953b0e22184e25a93ea4d25 (diff)
downloadhttpd-aed4311df4fe785e0cede6c7a5589d3aa39f13e9.tar.gz
catch missing .h for install
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index fdefae750a..828d1ad7a2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -181,6 +181,7 @@ INSTALL_HEADERS = \
include/*.h \
$(srcdir)/include/*.h \
$(srcdir)/os/$(OS_DIR)/os.h \
+ $(srcdir)/modules/arch/unix/mod_unixd.h \
$(srcdir)/modules/core/mod_so.h \
$(srcdir)/modules/core/mod_watchdog.h \
$(srcdir)/modules/cache/mod_cache.h \