diff options
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 919c98e3f..95af35aa2 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -1,5 +1,5 @@ def build(bld): - for t in ['makedcp', 'servomatic', 'servomatictest', 'fixlengths']: + for t in ['makedcp', 'fixlengths']: obj = bld(features = 'cxx cxxprogram') obj.uselib = 'BOOST_THREAD' obj.includes = ['..'] @@ -8,7 +8,7 @@ def build(bld): obj.target = t if not bld.env.DISABLE_GUI: - for t in ['dvdomatic', 'playomatic', 'alignomatic']: + for t in ['dvdomatic', 'alignomatic']: obj = bld(features = 'cxx cxxprogram') obj.uselib = 'BOOST_THREAD GTKMM' obj.includes = ['..'] |
