summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-20 14:08:38 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-20 14:08:38 +0100
commitef87598f25bbb92702d235a7f4e53a31a2324556 (patch)
tree07f7cf3ea7ec6caf66edccf7e8ee86a62d736975 /src/wscript
parentdcdb56eea32957f349cc19874562881994d66756 (diff)
Install git_commit.h
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index 4070b25b..85ac80da 100644
--- a/src/wscript
+++ b/src/wscript
@@ -22,6 +22,7 @@ def build(bld):
types.h
exceptions.h
test_mode.h
+ git_commit.h
"""
bld.install_files('${PREFIX}/include/libdcp', headers)