diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-28 10:24:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-28 10:24:23 +0000 |
| commit | 34bacd283bd73cf697079459b0ad9e91bca349de (patch) | |
| tree | fc291412b9ed05c6ad98843882e752d90c3a3cfc /wscript | |
| parent | c11357a119080e2f23d454fdd053aa849fc00f36 (diff) | |
Add tags target to wscript.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -63,7 +63,7 @@ def configure(conf): } """, msg='Checking for library openjpeg', stlib='openjpeg', uselib_store='OPENJPEG', mandatory=True) - + conf.env.HAVE_CXML = 1 conf.env.STLIB_CXML = ['cxml'] else: @@ -180,3 +180,6 @@ def create_version_cc(bld, version): def post(ctx): if ctx.cmd == 'install': ctx.exec_command('/sbin/ldconfig') + +def tags(bld): + os.system('etags src/*.cc src/*.h') |
