summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-11 13:55:39 +0000
committerCarl Hetherington <cth@carlh.net>2019-12-03 17:01:32 +0100
commitab0c4cc3b599bf8e8bb21c81f0418b8aa4922be3 (patch)
treebad76f376ae17ca6b956d3064b30348b0899468d /src/wscript
parent04cf4482e9bcd5329f717f4ccffd94ff3e751e2a (diff)
Make the IMP stuff usable.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index 63ad311..f03d802 100644
--- a/src/wscript
+++ b/src/wscript
@@ -88,6 +88,12 @@ def build(bld):
asdcp/KM_fileio.h
asdcp/KM_prng.h
asdcp/AS_DCP.h
+ asdcp/AS_02.h
+ asdcp/Metadata.h
+ asdcp/MXF.h
+ asdcp/MXFTypes.h
+ asdcp/KLV.h
+ asdcp/MDD.h
"""
bld.install_files('${PREFIX}/include/libasdcp-cth/asdcp', headers)