diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-03 20:18:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-03 20:18:07 +0100 |
| commit | 09e16aa3acf7878b54a4995a0be79890f26db09f (patch) | |
| tree | fe46fe5a8d980ad0c2e6cfd7300a32a061da9068 /tools/wscript | |
| parent | fe9bbdf3f5223ee94cb51ba00ddab7f4a6ddb754 (diff) | |
Assorted test fixes.
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/wscript b/tools/wscript index 518f0026..10389eac 100644 --- a/tools/wscript +++ b/tools/wscript @@ -2,12 +2,12 @@ def build(bld): obj = bld(features = 'cxx cxxprogram') obj.use = ['libdcp%s' % bld.env.API_VERSION] obj.uselib = 'OPENJPEG CXML' - obj.source = 'dcpdiff.cc' + obj.source = 'dcpdiff.cc common.cc' obj.target = 'dcpdiff' obj = bld(features = 'cxx cxxprogram') obj.use = ['libdcp%s' % bld.env.API_VERSION] obj.uselib = 'OPENJPEG CXML' - obj.source = 'dcpinfo.cc' + obj.source = 'dcpinfo.cc common.cc' obj.target = 'dcpinfo' |
