diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 17:35:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 17:35:12 +0200 |
commit | d2cef486101075942746f58a7fdbc31eb707553d (patch) | |
tree | e9d7721989fec0e3d1f5e2b6a9d263c65db72d82 /mod/buildfile | |
parent | f63133a443d08fb6eade98154dfa98f70bb792ed (diff) |
More backwards compatibility fixes0.3.0
Diffstat (limited to 'mod/buildfile')
-rw-r--r-- | mod/buildfile | 7 |
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. |