diff options
Diffstat (limited to 'examples/wscript')
| -rw-r--r-- | examples/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wscript b/examples/wscript index 234d0240..d062af1b 100644 --- a/examples/wscript +++ b/examples/wscript @@ -17,7 +17,7 @@ # def build(bld): - for example in ['make_dcp', 'read_dcp']: + for example in ['make_dcp', 'read_dcp', 'make_kdm']: obj = bld(features='cxx cxxprogram') obj.name = example obj.use = 'libdcp%s' % bld.env.API_VERSION |
