4th parameter of time is ticks (1 tick = 4ms) not milliseconds
[libdcp.git] / src / wscript
index 8caae703ae22d7a90815592de0d69f251d9ebe64..89823c576e45ed11c52d6a24d9279c502ba507f9 100644 (file)
@@ -10,8 +10,12 @@ 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
                  util.cc
                  metadata.cc
@@ -19,6 +23,7 @@ def build(bld):
                  test_mode.cc
                  types.cc
                  xml.cc
+                 sound_frame.cc
                  """
 
     headers = """
@@ -28,6 +33,15 @@ def build(bld):
               exceptions.h
               test_mode.h
               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)