From f0218adcd34c36a1eebf21ea17bb3186cb5748d1 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/plugins/blip.lv2@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 f61e2f2..aa19f62 100644 --- a/wscript +++ b/wscript @@ -34,7 +34,7 @@ def configure(conf): define_name = 'HAVE_SINF', mandatory = False) - conf.write_config_header('blip-config.h', remove=False) + conf.write_config_header('blip_config.h', remove=False) # Set env['pluginlib_PATTERN'] pat = conf.env['cshlib_PATTERN'] -- cgit v1.2.1