diff options
author | Graham Leggett <minfrin@apache.org> | 2012-10-17 22:17:46 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2012-10-17 22:17:46 +0200 |
commit | 81185b29dbd981634567471753cd89272e95aa08 (patch) | |
tree | 18e3ebc7b98b77bbd5cf92b05a04144ae54cc357 /Makefile.in | |
parent | Use 'ap_strcasestr' instead of a strdup/str_tolower/strstr sequence (diff) | |
download | apache2-81185b29dbd981634567471753cd89272e95aa08.tar.xz apache2-81185b29dbd981634567471753cd89272e95aa08.zip |
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
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index ad71290a58..c470d6b932 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 \ |