diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-20 13:59:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-20 13:59:07 +0100 |
| commit | 7aaf59faf8bb0ff85a2f76f6569076790a124813 (patch) | |
| tree | f35c23fe5cbe709ffeea4584c9420795ef89ca5b /src/wscript | |
| parent | d92919284b25526581f5a3f461f1e06106b91a09 (diff) | |
Give access to git revision, and make test mode accessible.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index a57bb75b..b0e7f8be 100644 --- a/src/wscript +++ b/src/wscript @@ -12,6 +12,8 @@ def build(bld): picture_asset.cc util.cc metadata.cc + git_commit.cc + test_mode.cc """ headers = """ |
