diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-15 11:41:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-15 11:41:01 +0100 |
| commit | 181bc4775a198446e2e68828b48199f26c2ea0b6 (patch) | |
| tree | 9b508c035525287c483b18e4d2332529254e5276 /tools/wscript | |
| parent | a3032f36d1fe5313925f6d719552a756d43f3b47 (diff) | |
A few new bits.
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wscript b/tools/wscript index ecdd74d4..f54646b4 100644 --- a/tools/wscript +++ b/tools/wscript @@ -44,7 +44,7 @@ def build(bld): obj.source = 'dcpinfo.cc common.cc' obj.target = 'dcpinfo' - for f in ['dumpsub', 'decryptmxf', 'kdm']: + for f in ['dumpsub', 'decryptmxf', 'kdm', 'signerthumb']: obj = bld(features='cxx cxxprogram') obj.use = ['libdcp%s' % bld.env.API_VERSION] obj.uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_CTH BOOST_FILESYSTEM LIBXML++ XMLSEC1 OPENSSL' |
