diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 21:50:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 21:50:23 +0100 |
| commit | c78ab3cbeb072f0efa2824cb39bfad5e76d53874 (patch) | |
| tree | a4377f7117e61fe378370fa1dcf6695723e034d0 /src/tools/wscript | |
| parent | 944cee945a1f923614783471d472db0896f6877a (diff) | |
Remove some old run/ scripts. Make server test build again.
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 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 = ['..'] |
