summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wscript b/src/wscript
index 38aa784c..85d4a6cb 100644
--- a/src/wscript
+++ b/src/wscript
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
+# Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -34,6 +34,7 @@ from waflib import TaskGen
def build(bld):
source = """
+ array_data.cc
asset.cc
asset_factory.cc
asset_writer.cc
@@ -46,7 +47,6 @@ def build(bld):
colour_conversion.cc
combine.cc
cpl.cc
- data.cc
dcp.cc
dcp_time.cc
decrypted_kdm.cc
@@ -113,6 +113,7 @@ def build(bld):
"""
headers = """
+ array_data.h
asset.h
asset_reader.h
asset_writer.h
@@ -131,7 +132,6 @@ def build(bld):
dcp.h
dcp_assert.h
dcp_time.h
- data.h
decrypted_kdm.h
decrypted_kdm_key.h
encrypted_kdm.h