summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-04-17 00:58:54 +0000
committerDavid Robillard <d@drobilla.net>2009-04-17 00:58:54 +0000
commitdb6c699017528e6f7c3958b67422e6a936a92e73 (patch)
treefa087c612c01e52054efa2548fcf0025d3f72a81 /src/ingen
parentb37bf5878d042be31b196829992c46cc16ca24bd (diff)
downloadingen-db6c699017528e6f7c3958b67422e6a936a92e73.tar.gz
ingen-db6c699017528e6f7c3958b67422e6a936a92e73.tar.bz2
ingen-db6c699017528e6f7c3958b67422e6a936a92e73.zip
Upgrade to waf 1.5.4.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1953 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript
index 1b149e54..6cfcf47d 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -6,7 +6,7 @@ def build(bld):
obj.target = 'ingen'
obj.source = 'main.cpp cmdline.c'
obj.includes = ['../common', '../']
- obj.defines = 'VERSION=\\\"' + bld.env['INGEN_VERSION'] + '\\\"'
+ obj.defines = 'VERSION="' + bld.env['INGEN_VERSION'] + '"'
obj.uselib_local = 'libingen_module libingen_shared'
obj.install_path = '${BINDIR}'
autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP')