aboutsummaryrefslogtreecommitdiff
path: root/mod/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'mod/buildfile')
-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.