From: Graham Leggett Date: Wed, 17 Oct 2012 20:17:46 +0000 (+0000) Subject: Export mod_xml2enc.h so that others can use the module. X-Git-Tag: 2.5.0-alpha~6191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81185b29dbd981634567471753cd89272e95aa08;p=thirdparty%2Fapache%2Fhttpd.git Export mod_xml2enc.h so that others can use the module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1399413 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index ad71290a58a..c470d6b9321 100644 --- a/Makefile.in +++ b/Makefile.in @@ -203,6 +203,7 @@ INSTALL_HEADERS = \ $(srcdir)/modules/database/mod_dbd.h \ $(srcdir)/modules/dav/main/mod_dav.h \ $(srcdir)/modules/filters/mod_include.h \ + $(srcdir)/modules/filters/mod_xml2enc.h \ $(srcdir)/modules/generators/mod_cgi.h \ $(srcdir)/modules/generators/mod_status.h \ $(srcdir)/modules/loggers/mod_log_config.h \