Some maths operations with Time.
[libdcp.git] / src / wscript
index 0a0c3e66fc68bc2fed5b80ae0a96565b411a4cdf..1ca88bc6b49a05588bf0b4e7927e371efb7201fc 100644 (file)
@@ -10,31 +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
-                 sound_frame.cc
                  """
 
     headers = """
+              asset.h
               dcp.h
-              metadata.h
-              types.h
+              dcp_time.h
               exceptions.h
-              test_mode.h
-              version.h
+              metadata.h
+              mxf_asset.h
               picture_asset.h
-              sound_asset.h
-              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
+              xml.h
               """
 
     bld.install_files('${PREFIX}/include/libdcp', headers)