summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-03 17:39:16 +0000
committerDavid Robillard <d@drobilla.net>2009-05-03 17:39:16 +0000
commit93f5c27fc747537cee263878bffb1c938e07d555 (patch)
tree2678f1235b5e1790f9443a8e63d32c71e2d2c2c9 /wscript
parentbcced2fe8ebaa143caf995e991acb6da517d6dcd (diff)
downloadlilv-93f5c27fc747537cee263878bffb1c938e07d555.tar.gz
lilv-93f5c27fc747537cee263878bffb1c938e07d555.tar.bz2
lilv-93f5c27fc747537cee263878bffb1c938e07d555.zip
Update waf configuration header for new waf scheme (in 1.5.6).
Split low-level LV2 event buffer into separate class from EventBuffer (for reuse). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1958 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 71d6ba0..2a94140 100644
--- a/wscript
+++ b/wscript
@@ -52,7 +52,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.107.0', mandatory=False)
conf.env.append_value('CCFLAGS', '-std=c99')
conf.define('SLV2_VERSION', SLV2_VERSION)
- conf.write_config_header('wafconfig.h')
+ conf.write_config_header('slv2-config.h')
conf.env['USE_JACK'] = conf.env['HAVE_JACK'] and not Options.options.no_jack
conf.env['BUILD_TESTS'] = Options.options.build_tests