summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-20 14:18:43 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-20 14:18:43 +0100
commita33370622510fb3f312516ef602d57743d91bea0 (patch)
tree5125ab7ef23f2aeb1081184c2c1a5a18b4613783 /src/wscript
parentef87598f25bbb92702d235a7f4e53a31a2324556 (diff)
Tweak version stuff.
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 85ac80da..58390837 100644
--- a/src/wscript
+++ b/src/wscript
@@ -12,7 +12,7 @@ def build(bld):
picture_asset.cc
util.cc
metadata.cc
- git_commit.cc
+ version.cc
test_mode.cc
"""
@@ -22,7 +22,7 @@ def build(bld):
types.h
exceptions.h
test_mode.h
- git_commit.h
+ version.h
"""
bld.install_files('${PREFIX}/include/libdcp', headers)