From: William A. Rowe Jr Date: Thu, 27 Aug 2009 23:31:46 +0000 (+0000) Subject: catch missing .h for install X-Git-Tag: 2.3.3~367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aed4311df4fe785e0cede6c7a5589d3aa39f13e9;p=thirdparty%2Fapache%2Fhttpd.git catch missing .h for install git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808680 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index fdefae750a5..828d1ad7a2d 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 \