Fix (I think) AuthenticatedPublic signer.
[libdcp.git] / src / wscript
index 3b23443c940770e93df0f2c45605c5648eb82140..98b0169bf56a1442f02148c924e64443bf9e3880 100644 (file)
@@ -13,15 +13,18 @@ def build(bld):
                  argb_frame.cc
                  asset.cc
                  certificates.cc
+                 colour_matrix.cc
                  crypt_chain.cc
                  cpl.cc
                  dcp.cc        
                  dcp_time.cc
                  gamma_lut.cc
+                 image.cc
                  kdm.cc
                  metadata.cc
                  mxf_asset.cc
                  picture_asset.cc
+                 picture_asset_writer.cc
                  picture_frame.cc
                  rec709_linearised_gamma_lut.cc
                  reel.cc
@@ -43,16 +46,21 @@ def build(bld):
     headers = """
               asset.h
               certificates.h
+              colour_matrix.h
               cpl.h
               crypt_chain.h
               dcp.h
               dcp_time.h
               exceptions.h
               gamma_lut.h
+              image.h
               kdm.h
+              lut.h
+              lut_cache.h
               metadata.h
               mxf_asset.h
               picture_asset.h
+              picture_asset_writer.h
               picture_frame.h
               rgb_xyz.h
               rec709_linearised_gamma_lut.h