summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-05 16:35:34 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-05 16:35:34 +0000
commit6c5e5435d105685a537561ca0e6a223d34af85e1 (patch)
treeb2415a607f5fdaadc4a37edb7e7a68a5ef0bc7cc /src/wscript
parent095dcf9a0fb075ca84537beff2fe6a41c837e8da (diff)
Support for conversions of things that have multiple representations.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index 11c7ac5..7e91edb 100644
--- a/src/wscript
+++ b/src/wscript
@@ -12,6 +12,7 @@ def build(bld):
obj.export_includes = ['.']
obj.source = """
colour.cc
+ convert_time.cc
dcp_reader.cc
effect.cc
frame_time.cc
@@ -25,6 +26,7 @@ def build(bld):
headers = """
colour.h
+ convert_time.h
dcp_reader.h
effect.h
frame_time.h