summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-18 00:40:20 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-18 00:40:20 +0100
commit072e2bc8edab836217f4986c5dd9a95f483fd157 (patch)
tree80c01824a196f896c6c346552d6e1b5e08240bad /src/wscript
parentdfd9622f157f1e778352e418eec53483af7ba724 (diff)
Use our own exceptions.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index db6906c8..a57bb75b 100644
--- a/src/wscript
+++ b/src/wscript
@@ -18,6 +18,7 @@ def build(bld):
dcp.h
metadata.h
types.h
+ exceptions.h
"""
bld.install_files('${PREFIX}/include/libdcp', headers)