summaryrefslogtreecommitdiff
path: root/src/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 21:50:23 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 21:50:23 +0100
commitc78ab3cbeb072f0efa2824cb39bfad5e76d53874 (patch)
treea4377f7117e61fe378370fa1dcf6695723e034d0 /src/tools/wscript
parent944cee945a1f923614783471d472db0896f6877a (diff)
Remove some old run/ scripts. Make server test build again.
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 c7ab44604..42fc90adb 100644
--- a/src/tools/wscript
+++ b/src/tools/wscript
@@ -4,7 +4,7 @@ from waflib import Logs
import i18n
def build(bld):
- for t in ['dcpomatic_cli', 'dcpomatic_server_cli']:
+ for t in ['dcpomatic_cli', 'dcpomatic_server_cli', 'server_test']:
obj = bld(features = 'cxx cxxprogram')
obj.uselib = 'BOOST_THREAD OPENJPEG DCP CXML AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC WXWIDGETS'
obj.includes = ['..']