summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-28 11:50:15 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-28 11:50:15 +0100
commitcd0958260b54af3514ac12b936bb76ca6de6978b (patch)
treea06591bfc901d950290e6c3ba2aad1dcf123921e /src/wscript
parent14fa24a1aabda7925f4842ab7f7e13c1798182a4 (diff)
More STL binary reading stuff.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wscript b/src/wscript
index d834c43..9cb874a 100644
--- a/src/wscript
+++ b/src/wscript
@@ -8,7 +8,7 @@ def build(bld):
obj.name = 'libsub'
obj.target = 'sub'
- obj.uselib = 'CXML BOOST_FILESYSTEM'
+ obj.uselib = 'CXML BOOST_FILESYSTEM BOOST_LOCALE'
obj.export_includes = ['.']
obj.source = """
colour.cc
@@ -16,6 +16,8 @@ def build(bld):
dcp_reader.cc
effect.cc
frame_time.cc
+ iso6937.cc
+ iso6937_tables.cc
metric_time.cc
reader.cc
reader_factory.cc