diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2009-08-28 01:31:46 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2009-08-28 01:31:46 +0200 |
commit | aed4311df4fe785e0cede6c7a5589d3aa39f13e9 (patch) | |
tree | d5412883bdbb6243220ed21a5fff8409a5311e93 /Makefile.in | |
parent | Make sure when adding a warning, that we don't duplicate an existing warning. (diff) | |
download | apache2-aed4311df4fe785e0cede6c7a5589d3aa39f13e9.tar.xz apache2-aed4311df4fe785e0cede6c7a5589d3aa39f13e9.zip |
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 '')
-rw-r--r-- | Makefile.in | 1 |
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 \ |