blob: 26de70fa1636bf6acbdd3cd34670adc203e30fdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|