From: Greg Stein Date: Sat, 9 Sep 2000 10:24:59 +0000 (+0000) Subject: publish the mod_dav.h header for DAV backend providers to use X-Git-Tag: APACHE_2_0_ALPHA_7~192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e87c13543504da554d0ae65ac3c4fc8f409e2e69;p=thirdparty%2Fapache%2Fhttpd.git publish the mod_dav.h header for DAV backend providers to use git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86187 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index b3375433ad4..c3a7bd3e300 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,6 +93,7 @@ install-include: @cp -p include/*.h $(srcdir)/include/*.h $(includedir) @cp -p $(srcdir)/os/$(OS_DIR)/os.h $(includedir) @cp -p $(srcdir)/os/$(OS_DIR)/os-inline.c $(includedir) + @cp -p $(srcdir)/modules/dav/main/mod_dav.h $(includedir) @cp -p $(srcdir)/lib/expat-lite/*.h $(includedir)/xml @cp -p lib/apr/include/*.h $(srcdir)/lib/apr/include/*.h $(includedir)/apr @chmod 644 $(includedir)/*.h $(includedir)/xml/*.h $(includedir)/apr/*.h