diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-30 10:53:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-30 10:53:53 +0100 |
| commit | 38a5ff713757b9dc0cb67cb09613182c46dc9657 (patch) | |
| tree | ef337ee8bcd315b85f3a50ce37f623f3b1c51d76 /src/wscript | |
| parent | 97495d8cce58f0e5d9a43977698c60b8b66a83e3 (diff) | |
Split up into RawSubtitle and Subtitle, with collect(). Hopefully cleaner.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index dc954c9..41cf6f1 100644 --- a/src/wscript +++ b/src/wscript @@ -11,6 +11,7 @@ def build(bld): obj.uselib = 'CXML BOOST_FILESYSTEM BOOST_LOCALE' obj.export_includes = ['.'] obj.source = """ + collect.cc colour.cc dcp_reader.cc effect.cc @@ -18,6 +19,7 @@ def build(bld): iso6937.cc iso6937_tables.cc metric_time.cc + raw_subtitle.cc reader.cc reader_factory.cc stl_binary_reader.cc @@ -27,6 +29,7 @@ def build(bld): time_pair.cc subtitle.cc vertical_reference.cc + vertical_position.cc """ headers = """ |
