From: Justin Erenkrantz Date: Tue, 21 Jan 2003 05:59:34 +0000 (+0000) Subject: Copy mod_auth.h when installing includes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c37850e176022cea037b21fb5f6956f3a10f3a;p=thirdparty%2Fapache%2Fhttpd.git Copy mod_auth.h when installing includes. (Allows external auth providers DSOs) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98414 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index c742ad58ef8..a7e73135adb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,6 +169,7 @@ install-include: cp -p $(srcdir)/os/$(OS_DIR)/os-inline.c $(DESTDIR)$(includedir); \ fi; @cp -p $(srcdir)/server/mpm/$(MPM_SUBDIR_NAME)/*.h $(DESTDIR)$(includedir) + @cp -p $(srcdir)/modules/aaa/mod_auth.h $(DESTDIR)$(includedir) @cp -p $(srcdir)/modules/dav/main/mod_dav.h $(DESTDIR)$(includedir) @cp -p $(srcdir)/modules/filters/mod_include.h $(DESTDIR)$(includedir) @cp -p $(srcdir)/modules/generators/mod_cgi.h $(DESTDIR)$(includedir)