aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-23 17:35:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-23 17:35:12 +0200
commitd2cef486101075942746f58a7fdbc31eb707553d (patch)
treee9d7721989fec0e3d1f5e2b6a9d263c65db72d82
parentf63133a443d08fb6eade98154dfa98f70bb792ed (diff)
More backwards compatibility fixes0.3.0
-rw-r--r--mod/buildfile7
1 files changed, 6 insertions, 1 deletions
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.