diff options
Diffstat (limited to 'web/server/buildfile')
-rw-r--r-- | web/server/buildfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/server/buildfile b/web/server/buildfile new file mode 100644 index 0000000..26de70f --- /dev/null +++ b/web/server/buildfile @@ -0,0 +1,15 @@ +# file : web/server/buildfile +# license : MIT; see accompanying LICENSE file + +# This is currently part of the brep apache module but lives in a separate +# directory. Thus the strange choices: libus{}, no header installation, etc. + +# While we don't need to link to APR, we need to find its header location. +# +import libs = libapr1%lib{apr-1} +import libs += libapreq2%lib{apreq2} +import libs += libbutl%lib{butl} + +libus{web-server}: {hxx ixx txx cxx}{**} $libs + +{hxx ixx txx}{*}: install = false |