From b7c99b01f08a2a293300ea699fd639e9b49800ed Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Jan 2012 01:55:56 +0000 Subject: Use consistent *_config.h rather than *-config.h. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3963 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1574d1c..af9934a 100644 --- a/wscript +++ b/wscript @@ -66,7 +66,7 @@ def configure(conf): conf.env.append_unique('CFLAGS', '-std=c99') autowaf.define(conf, 'JALV_VERSION', JALV_VERSION) - conf.write_config_header('jalv-config.h', remove=False) + conf.write_config_header('jalv_config.h', remove=False) autowaf.display_msg(conf, "LV2 State support", conf.is_defined('HAVE_LV2_STATE')) -- cgit v1.2.1