summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2013-01-25 21:16:48 +0000
committerGregg Lewis Smith <gsmith@apache.org>2013-01-25 21:16:48 +0000
commit45de01a4585788fc3406ae1eb59cad5108076d26 (patch)
tree76aef6ac47b636ede157e1f2f7f24682750ca722 /build
parent5b569deb5152b57d3bf34dd68bfb5238847628aa (diff)
downloadhttpd-45de01a4585788fc3406ae1eb59cad5108076d26.tar.gz
install httpd-macro.conf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1438714 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/installwinconf.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk
index 198cf2616c..b373084d06 100644
--- a/build/installwinconf.awk
+++ b/build/installwinconf.awk
@@ -60,6 +60,7 @@ BEGIN {
filelist["httpd-default.conf"] = "httpd-default.conf.in";
filelist["httpd-info.conf"] = "httpd-info.conf.in";
filelist["httpd-languages.conf"] = "httpd-languages.conf.in";
+ filelist["httpd-macro.conf"] = "httpd-macro.conf.in";
filelist["httpd-manual.conf"] = "httpd-manual.conf.in";
filelist["httpd-mpm.conf"] = "httpd-mpm.conf.in";
filelist["httpd-multilang-errordoc.conf"] = "httpd-multilang-errordoc.conf.in";