Another build fix.
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Dec 2014 01:14:10 +0000 (01:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Dec 2014 01:14:10 +0000 (01:14 +0000)
tools/wscript

index 3db10b2e7df8174f7c7d3d3751e90dc7ec8573ff..41ba14f73994fa3ce84d34a0df8edf5ded442564 100644 (file)
@@ -1,6 +1,6 @@
 def build(bld):
     obj = bld(features = 'cxx cxxprogram')
     obj.use = ['libsub']
-    obj.uselib = 'OPENJPEG CXML'
+    obj.uselib = 'OPENJPEG DCP CXML'
     obj.source = 'dumpsubs.cc'
     obj.target = 'dumpsubs'