From 77daab8fea3dad68cc43ba087d3b8d4053a4e8ce 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/lilv@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 cdbe24c..2ce7819 100644 --- a/wscript +++ b/wscript @@ -153,7 +153,7 @@ def configure(conf): conf.env['LIB_LILV'] = ['lilv-%s' % LILV_MAJOR_VERSION] - conf.write_config_header('lilv-config.h', remove=False) + conf.write_config_header('lilv_config.h', remove=False) autowaf.display_msg(conf, "Default LV2_PATH", conf.env['LILV_DEFAULT_LV2_PATH']) -- cgit v1.2.1