From 5a25523566f527ce6504ca9be16f87cbfd9b9284 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/ganv@3963 a436a847-0d15-0410-975c-d299462d15a1 --- src/Canvas.cpp | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Canvas.cpp b/src/Canvas.cpp index e8484ad..15dedef 100644 --- a/src/Canvas.cpp +++ b/src/Canvas.cpp @@ -31,7 +31,7 @@ #include -#include "ganv-config.h" +#include "ganv_config.h" #include "ganv/Canvas.hpp" #include "ganv/Edge.hpp" #include "ganv/Circle.hpp" diff --git a/wscript b/wscript index 2b2caa5..1394e99 100644 --- a/wscript +++ b/wscript @@ -64,7 +64,7 @@ def configure(conf): conf.env['LIB_GANV'] = ['ganv-%s' % GANV_MAJOR_VERSION] - conf.write_config_header('ganv-config.h', remove=False) + conf.write_config_header('ganv_config.h', remove=False) autowaf.display_msg(conf, "Auto-arrange", conf.is_defined('HAVE_AGRAPH')) autowaf.display_msg(conf, "Native language support", conf.is_defined('ENABLE_NLS')) -- cgit v1.2.1