summaryrefslogtreecommitdiff
path: root/src/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-19 19:31:04 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-19 19:31:04 +0000
commita4c6be44273c2a4599199c6da02ec7d0036d3de1 (patch)
treebc6c300a21f5410e8e759742ed060d3ece595832 /src/tools/wscript
parent318952d76cfc5b21f43180f8b94d5cff63e98a59 (diff)
Fix servomatictest build.
Diffstat (limited to 'src/tools/wscript')
-rw-r--r--src/tools/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript
index 5a837f845..c843c61d8 100644
--- a/src/tools/wscript
+++ b/src/tools/wscript
@@ -1,5 +1,5 @@
def build(bld):
- for t in ['makedcp', 'servomatic_cli']:
+ for t in ['makedcp', 'servomatic_cli', 'servomatictest']:
obj = bld(features = 'cxx cxxprogram')
obj.uselib = 'BOOST_THREAD OPENJPEG DCP AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC'
obj.includes = ['..']