From d2cef486101075942746f58a7fdbc31eb707553d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Apr 2016 17:35:12 +0200 Subject: More backwards compatibility fixes --- mod/buildfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mod/buildfile') diff --git a/mod/buildfile b/mod/buildfile index 574b34a..432c24a 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -41,7 +41,12 @@ mod{brep}: \ # Don't install any of the module's headers. # {hxx ixx txx}{*}: install = false -../web/{hxx ixx txx}{*}: install = false + +#../web/{hxx ixx txx}{*}: install = false # @@ BC +../web/: +{ + {hxx ixx txx}{*}: install = false +} # Set option prefix to the empty value to handle all unknown request parameters # uniformly with a single catch block. -- cgit v1.1