diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-30 21:13:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-30 21:13:02 +0100 |
| commit | 60798b451947c544a1f8453a28f1c4bd17515320 (patch) | |
| tree | 8e9b3c9ccc4d0b25184be75e85c014e9a34eb3a5 /src/wscript | |
| parent | 2246204c213d61b2cde7a85d6038156283670c9d (diff) | |
Fix header install list.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/wscript b/src/wscript index ea062374..fac20fb7 100644 --- a/src/wscript +++ b/src/wscript @@ -16,6 +16,7 @@ def build(bld): encrypted_kdm.cc exceptions.cc file.cc + font.cc font_node.cc gamma_transfer_function.cc interop_load_font_node.cc @@ -76,11 +77,12 @@ def build(bld): decrypted_kdm_key.h encrypted_kdm.h exceptions.h + font.h gamma_transfer_function.h - interop_load_font.h + interop_load_font_node.h interop_subtitle_content.h key.h - load_font.h + load_font_node.h local_time.h metadata.h mono_picture_mxf.h @@ -103,14 +105,14 @@ def build(bld): reel_subtitle_asset.h ref.h signer.h - smpte_load_font.h + smpte_load_font_node.h smpte_subtitle_content.h sound_frame.h sound_mxf.h sound_mxf_writer.h stereo_picture_mxf.h stereo_picture_frame.h - subtitle.h + subtitle_node.h subtitle_content.h subtitle_string.h transfer_function.h |
