aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-16 14:43:09 +0200
committerDavid Robillard <d@drobilla.net>2018-09-16 14:43:09 +0200
commit2e1d46486fdceb7d432416048c9d61fc265a82e2 (patch)
treeeddfd4a3dca86810e67d6fd3ac5b6f5314a03801 /src
parentf585ce3c117fa45292c39ddd0db06d7abbc103b4 (diff)
downloadmachina-2e1d46486fdceb7d432416048c9d61fc265a82e2.tar.gz
machina-2e1d46486fdceb7d432416048c9d61fc265a82e2.tar.bz2
machina-2e1d46486fdceb7d432416048c9d61fc265a82e2.zip
Clean up wscript
Diffstat (limited to 'src')
-rw-r--r--src/gui/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript
index a5a04be..0eef312 100644
--- a/src/gui/wscript
+++ b/src/gui/wscript
@@ -38,6 +38,5 @@ def build(bld):
obj.target = 'machina_gui'
obj.source = 'main.cpp'
obj.includes = ['.', '../..', '../engine']
- obj.defines = 'VERSION="' + bld.env.MACHINA_VERSION + '"'
obj.use = 'libmachina_engine libmachina_gui'
autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM GTKMM SORD RAUL MACHINA EUGENE GANV LV2')