summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-16 21:39:53 +0000
committerDavid Robillard <d@drobilla.net>2010-12-16 21:39:53 +0000
commit39b61955e4db79b7e152f15ebe8326056e6d038b (patch)
treefa1a1b09af13ff8720a91f431a5025e7b4957faf /src
parent51d3ef8b9f5b5e70695c58332ab75930d6da639d (diff)
downloadingen-39b61955e4db79b7e152f15ebe8326056e6d038b.tar.gz
ingen-39b61955e4db79b7e152f15ebe8326056e6d038b.tar.bz2
ingen-39b61955e4db79b7e152f15ebe8326056e6d038b.zip
Fix use of conf.define and subsequent check in conf.env (no longer works with waf 1.6) (fix ticket #610).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2724 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/gui/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript
index 9cccf0bc..5ae04233 100644
--- a/src/gui/wscript
+++ b/src/gui/wscript
@@ -3,7 +3,7 @@ import autowaf
def build(bld):
# Headers
- bld.install_files('${INCLUDEDIR}/ingen/gui', bld.path.ant_glob('*.hpp')
+ bld.install_files('${INCLUDEDIR}/ingen/gui', bld.path.ant_glob('*.hpp'))
obj = bld(features = 'cxx cxxshlib')
obj.source = '''