diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-05 23:37:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-05 23:37:23 +0000 |
| commit | def17385797a432010e4c06aebf8991ab0b57b7d (patch) | |
| tree | b2458871fd035a19662490a02784510ee8c124f1 /src/wscript | |
| parent | ca49c78799e5e48afe2ea321ba0edf17c1a39550 (diff) | |
Missing header installs.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index efb31d50..f4393243 100644 --- a/src/wscript +++ b/src/wscript @@ -36,6 +36,7 @@ def build(bld): headers = """ asset.h + certificates.h dcp.h dcp_time.h exceptions.h @@ -50,6 +51,7 @@ def build(bld): subtitle_asset.h test_mode.h types.h + util.h version.h xml.h """ |
