Add Zipper class and use it in CinemaKDMs.
[dcpomatic.git] / src / lib / wscript
index 8020205273bc5b2825e99378f8e036755a108ddb..ea52079d03dc0d5bf255584bc98e7a2677f64dca 100644 (file)
@@ -165,6 +165,7 @@ sources = """
           transcode_job.cc
           types.cc
           signal_manager.cc
+          stdout_log.cc
           update_checker.cc
           upload_job.cc
           uploader.cc
@@ -182,6 +183,7 @@ sources = """
           video_mxf_examiner.cc
           video_ring_buffers.cc
           writer.cc
+          zipper.cc
           """
 
 def build(bld):