Some maths operations with Time.
[libdcp.git] / src / wscript
index 2956029c4b351073a26b7fbef3d8339cbcca6f2c..1ca88bc6b49a05588bf0b4e7927e371efb7201fc 100644 (file)
@@ -10,27 +10,43 @@ def build(bld):
                  asset_map.cc
                  cpl.cc
                  dcp.cc        
-                 sound_asset.cc
+                 dcp_time.cc
+                 lut.cc
+                 metadata.cc
+                 mxf_asset.cc
                  picture_asset.cc
                  picture_frame.cc
                  pkl.cc
-                 util.cc
-                 metadata.cc
-                 version.cc
+                 reel.cc
+                 argb_frame.cc
+                 sound_asset.cc
+                 sound_frame.cc
+                 subtitle_asset.cc
                  test_mode.cc
                  types.cc
+                 util.cc
+                 version.cc
                  xml.cc
                  """
 
     headers = """
+              asset.h
               dcp.h
-              metadata.h
-              types.h
+              dcp_time.h
               exceptions.h
+              metadata.h
+              mxf_asset.h
+              picture_asset.h
+              picture_frame.h
+              reel.h
+              argb_frame.h
+              sound_asset.h
+              sound_frame.h
+              subtitle_asset.h
               test_mode.h
+              types.h
               version.h
-              picture_asset.h
-              asset.h
+              xml.h
               """
 
     bld.install_files('${PREFIX}/include/libdcp', headers)