Fix LD_LIBRARY_PATH.
[libsub.git] / wscript
diff --git a/wscript b/wscript
index 6406c90e01e568715dd085e3dd7e25a1a3e055a3..936cf1ee63650a69da13b333152f1b978c128500 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 from waflib import Context
 
 APPNAME = 'libsub'
-VERSION = '1.1.12devel'
+VERSION = '1.2.0devel'
 API_VERSION = '-1.0'
 
 def options(opt):
@@ -153,3 +153,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')