summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Canvas.cpp2
-rw-r--r--wscript2
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 <gtkmm/widget.h>
-#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'))