diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-24 18:54:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-24 18:54:09 +0100 |
| commit | 725c1f0ead60e73e9dbc17337c416ac4d2720c55 (patch) | |
| tree | 132b82fbdb44320e74289ee6400c4a39d162439e /src/wscript | |
| parent | b0b83d69f38a8239f3df1e2872b6cfebf9f84af8 (diff) | |
Various KDM work.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wscript b/src/wscript index 8634125c..31263b77 100644 --- a/src/wscript +++ b/src/wscript @@ -1,3 +1,5 @@ +from waflib import TaskGen + def build(bld): if bld.env.STATIC: obj = bld(features = 'cxx cxxstlib') @@ -43,6 +45,7 @@ def build(bld): parse/cpl.cc parse/pkl.cc parse/subtitle.cc + xml/kdm_smpte.cc """ headers = """ @@ -83,4 +86,3 @@ def build(bld): bld.install_files('${PREFIX}/include/libdcp', headers) if bld.env.STATIC: bld.install_files('${PREFIX}/lib', 'libdcp.a') - |
