diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-18 00:40:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-18 00:40:20 +0100 |
| commit | 072e2bc8edab836217f4986c5dd9a95f483fd157 (patch) | |
| tree | 80c01824a196f896c6c346552d6e1b5e08240bad /src/wscript | |
| parent | dfd9622f157f1e778352e418eec53483af7ba724 (diff) | |
Use our own exceptions.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 1 |
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) |
