diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-22 18:39:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-22 18:39:25 +0100 |
| commit | 29166b5a777134922e8ed1bcaec7124b2b16b6d0 (patch) | |
| tree | c95f57ba4987c1178aecbc32071bb95f698c9112 /src/tools/wscript | |
| parent | d6f7c7288c8d3cd612236b1f4041cc4959554d2f (diff) | |
Add cross header.
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 = ['..'] |
