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>2017-01-11 13:55:39 +0000
commitf3b0fb8717242dc705cb4f21a1338c365d3d4f75 (patch)
tree57b5d90e38dbd55ce517c64090040810fa3ff72a /src/wscript
parent592720c9716a260b72e5bff9760e733a066e2a97 (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)