From 50d20eb29ddeab6b83e790fc76ea68eba0487c50 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/suil@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 f8738e4..21cbb1f 100644 --- a/wscript +++ b/wscript @@ -64,7 +64,7 @@ def configure(conf): conf.env['LIB_SUIL'] = ['suil-%s' % SUIL_MAJOR_VERSION] - conf.write_config_header('suil-config.h', remove=False) + conf.write_config_header('suil_config.h', remove=False) autowaf.display_msg(conf, "Gtk2 Support", conf.is_defined('HAVE_GTK2')) -- cgit v1.2.1