do not install cfgtool
authorRobin Gareus <robin@gareus.org>
Sun, 22 Mar 2015 21:26:00 +0000 (22:26 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 22 Mar 2015 21:26:00 +0000 (22:26 +0100)
cfgtool/wscript

index be349da419bbaa6c1d3250f6e14f6447ac573f1a..a86057ec914036d4277ad2146139481b9d693e02 100644 (file)
@@ -1,10 +1,5 @@
 #!/usr/bin/env python
 from waflib.extras import autowaf as autowaf
-from waflib import Options, TaskGen
-import waflib.Logs as Logs, waflib.Utils as Utils
-import shutil
-import sys
-import time
 
 top = '.'
 out = 'build'
@@ -19,6 +14,8 @@ def configure(conf):
 
 def build(bld):
     obj = bld (features = 'cxx c cxxprogram')
-    obj.source    = 'cfgtool.cc'
-    obj.target    = 'cfgtool'
-    obj.use       = [ 'libpbd', 'libardour', ]
+    obj.source       = 'cfgtool.cc'
+    obj.target       = 'cfgtool'
+    obj.use          = [ 'libpbd', 'libardour', ]
+    obj.use          = [ 'libpbd', 'libardour', ]
+    obj.install_path = None