summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2003-01-21 05:59:34 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2003-01-21 05:59:34 +0000
commit9614a036b2881e074c8d7e89b332931bfe98f3b2 (patch)
tree1ab1cd5b55bbaeda5c1ad5503b96e26b99b9e240 /Makefile.in
parenta80d04ebc8f58cccd8debefbcf1e5bd678986e69 (diff)
downloadhttpd-9614a036b2881e074c8d7e89b332931bfe98f3b2.tar.gz
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
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 c742ad58ef..a7e73135ad 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)