From 41d5634a6ae1f9b0256801ae5cf692f16e2863ba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Oct 2008 01:10:58 +0000 Subject: Support building locally against header-only libraries in autowaf. Remove CONFIG_H_PATH define and replace with just "config.h" (define messed up dependency tracking). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1600 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 00b2249a..d01d896a 100644 --- a/wscript +++ b/wscript @@ -42,7 +42,7 @@ def configure(conf): conf.define('INGEN_VERSION', INGEN_VERSION) conf.define('BUILD_GUI', bool(conf.env['GLADEMM'])) conf.define('HAVE_JACK_MIDI', conf.env['HAVE_JACK'] or conf.env['HAVE_JACK_DBUS']) - conf.write_config_header('waf-config.h') + conf.write_config_header('config.h') autowaf.print_summary(conf) autowaf.display_header('Ingen Configuration') -- cgit v1.2.1