diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-19 10:03:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-19 10:03:24 +0100 |
| commit | 0cb46375414f69947d393c8e00cd66a00bd8f5bb (patch) | |
| tree | d71d55c0bc4af1626cf3148f694cfb336e881ff6 /test/wscript | |
| parent | 6e732d6360e94f1950eec980e402ae6c601e8ba6 (diff) | |
Various build system adjustments.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index f1a508a53..71636a05d 100644 --- a/test/wscript +++ b/test/wscript @@ -12,7 +12,7 @@ def configure(conf): def build(bld): obj = bld(features = 'cxx cxxprogram') obj.name = 'unit-tests' - obj.uselib = 'BOOST_TEST DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC' + obj.uselib = 'BOOST_TEST DCP OPENJPEG AVFORMAT AVFILTER AVCODEC AVUTIL SWSCALE POSTPROC CXML' obj.use = 'libdvdomatic' obj.source = 'test.cc' obj.target = 'unit-tests' |
