diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:37:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-29 14:37:36 +0000 |
| commit | ef2b005a86471bdcdff1e663008714be0c80788a (patch) | |
| tree | 55278fbabaa041fde28782dff737b16102592308 | |
| parent | 64dadb1855ff8878321d7df4b87d54110911e75e (diff) | |
Missing dependencies.
| -rw-r--r-- | test/wscript | 2 | ||||
| -rw-r--r-- | tools/wscript | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/wscript b/test/wscript index 880e614..6c03ecf 100644 --- a/test/wscript +++ b/test/wscript @@ -17,7 +17,7 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' - obj.uselib = 'BOOST_TEST DCP CXML' + obj.uselib = 'BOOST_TEST DCP CXML ASDCPLIB_CTH' obj.use = 'libsub-1.0' obj.source = """ dcp_reader_test.cc diff --git a/tools/wscript b/tools/wscript index de53827..98250be 100644 --- a/tools/wscript +++ b/tools/wscript @@ -1,6 +1,6 @@ def build(bld): - obj = bld(features = 'cxx cxxprogram') + obj = bld(features='cxx cxxprogram') obj.use = ['libsub-1.0'] - obj.uselib = 'OPENJPEG DCP CXML' + obj.uselib = 'OPENJPEG DCP CXML ASDCPLIB_CTH' obj.source = 'dumpsubs.cc' obj.target = 'dumpsubs' |
