diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-27 21:20:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-27 21:20:39 +0100 |
| commit | 4ed8008130d018a7adc8cc4adf059320bff05abb (patch) | |
| tree | 916a7d1b1b3deaae2b2d9ab3f817c16642fe52a5 /src/tools/wscript | |
| parent | 480a14fd2fd9937e2450c652f2953d5835f56239 (diff) | |
A few missed bits.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 3be2d0eba..3dc742c35 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -1,5 +1,5 @@ def build(bld): - for t in ['makedcp', 'fixlengths']: + for t in ['makedcp', 'fixlengths', 'servomatic']: obj = bld(features = 'cxx cxxprogram') obj.uselib = 'BOOST_THREAD' obj.includes = ['..'] |
