4th parameter of time is ticks (1 tick = 4ms) not milliseconds
[libdcp.git] / src / wscript
index f96755c7a2c22561344ddf3c08575b056f057610..89823c576e45ed11c52d6a24d9279c502ba507f9 100644 (file)
@@ -10,7 +10,10 @@ def build(bld):
                  asset_map.cc
                  cpl.cc
                  dcp.cc        
+                 dcp_time.cc
+                 mxf_asset.cc
                  sound_asset.cc
+                 subtitle_asset.cc
                  picture_asset.cc
                  picture_frame.cc
                  pkl.cc
@@ -20,6 +23,7 @@ def build(bld):
                  test_mode.cc
                  types.cc
                  xml.cc
+                 sound_frame.cc
                  """
 
     headers = """
@@ -31,8 +35,13 @@ def build(bld):
               version.h
               picture_asset.h
               sound_asset.h
+              subtitle_asset.h
+              mxf_asset.h
+              xml.h
+              dcp_time.h
               asset.h
               picture_frame.h
+              sound_frame.h
               """
 
     bld.install_files('${PREFIX}/include/libdcp', headers)