summaryrefslogtreecommitdiff
path: root/src/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-06 12:37:37 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:44:50 +0100
commitd5ebcefcab98efdfce27dad74eb7b01270fc3d11 (patch)
treeea59d25a51ff7fcf127ef97d4449b1f12358d563 /src/tools/wscript
parent1d4a1048c3fb6c19ba80efe7fa326e3e6685ec20 (diff)
Add GUI KDM tool.
Diffstat (limited to 'src/tools/wscript')
-rw-r--r--src/tools/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript
index 3e228862a..eab03f8fd 100644
--- a/src/tools/wscript
+++ b/src/tools/wscript
@@ -45,7 +45,7 @@ def build(bld):
obj.install_path = None
if not bld.env.DISABLE_GUI:
- for t in ['dcpomatic', 'dcpomatic_batch', 'dcpomatic_server']:
+ for t in ['dcpomatic', 'dcpomatic_batch', 'dcpomatic_server', 'dcpomatic_kdm']:
obj = bld(features='cxx cxxprogram')
obj.uselib = uselib
if bld.env.BUILD_STATIC or bld.env.TARGET_LINUX: