diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-13 16:47:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-13 16:47:19 +0000 |
| commit | da0878773b192f52694fe5719fe08bc4fe271c63 (patch) | |
| tree | 9b8b63d07a91a2cfceb89d46b26afcc2b635c339 /wscript | |
| parent | 45625f3116a09d3c8415a54bf8d19fdbb3a3aa9b (diff) | |
| parent | 7d431bf964b377f1402174f8c2d1ac8731f0ed9f (diff) | |
Merge branch 'master' of /home/carl/git/libdcp
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.40pre' +VERSION = '0.41pre' def options(opt): opt.load('compiler_cxx') @@ -108,7 +108,7 @@ def build(bld): bld.add_post_fun(post) def dist(ctx): - ctx.excl = 'TODO core *~ .git build .waf* .lock* doc/*~ src/*~ test/ref/*~ __pycache__' + ctx.excl = 'TODO core *~ .git build .waf* .lock* doc/*~ src/*~ test/ref/*~ __pycache__ GPATH GRTAGS GSYMS GTAGS' def create_version_cc(bld, version): if os.path.exists('.git'): |
