Switch to testing on Ubuntu 16.04 and 22.04.
[libdcp.git] / examples / wscript
index 234d0240d27014f0e93c710c3d34d031a39d8491..d062af1b8241ae316db8cc9486cb71faf4eb4390 100644 (file)
@@ -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