summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-30 00:48:43 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-30 00:48:43 +0100
commit0f09e4f7335fb125273aa3d1dc397797a2eba1dd (patch)
tree7bdbbcecde8c6337c86286302610c93d348a0a9a /src/wscript
parent5a2aaaa015d092beb787eae50731d2f7fc6cbb7f (diff)
Rename certificates.{cc,h} -> certificate.{cc,h}.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wscript b/src/wscript
index a3f56b82..15d1b781 100644
--- a/src/wscript
+++ b/src/wscript
@@ -4,7 +4,7 @@ def build(bld):
source = """
asset.cc
certificate_chain.cc
- certificates.cc
+ certificate.cc
colour_conversion.cc
colour_matrix.cc
cpl.cc
@@ -65,7 +65,7 @@ def build(bld):
headers = """
asset.h
certificate_chain.h
- certificates.h
+ certificate.h
chromaticity.h
colour_conversion.h
colour_matrix.h