From: Gregg Lewis Smith Date: Thu, 3 Sep 2015 02:29:05 +0000 (+0000) Subject: missed in r1698023 X-Git-Tag: 2.5.0-alpha~2875 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d581155eb9c3396919b11b30672e631ff3e3eba3;p=thirdparty%2Fapache%2Fhttpd.git missed in r1698023 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700925 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/installwinconf.awk b/build/installwinconf.awk index 0ce729d9d92..06ca4883a6e 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -59,6 +59,7 @@ BEGIN { filelist["httpd-dav.conf"] = "httpd-dav.conf.in"; filelist["httpd-default.conf"] = "httpd-default.conf.in"; filelist["httpd-info.conf"] = "httpd-info.conf.in"; + filelist["httpd-h2.conf"] = "httpd-h2.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";