aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-21 17:04:40 +0000
committerDavid Robillard <d@drobilla.net>2008-12-21 17:04:40 +0000
commit0787dd0aec702dfdeb7e9ea3ad3c8da0310e18f8 (patch)
tree90da499fae9353f52e93619e3fec6692542a6430 /src
parentd33cdd53fbde024b453ab1b2c54b55380628a08c (diff)
downloadmachina-0787dd0aec702dfdeb7e9ea3ad3c8da0310e18f8.tar.gz
machina-0787dd0aec702dfdeb7e9ea3ad3c8da0310e18f8.tar.bz2
machina-0787dd0aec702dfdeb7e9ea3ad3c8da0310e18f8.zip
Change configuration header name to something less likely to conflict.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@1887 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/engine/JackDriver.cpp2
-rw-r--r--src/engine/machina/Mutation.hpp2
-rw-r--r--src/gui/GladeXml.hpp2
-rw-r--r--src/gui/MachinaGUI.cpp2
-rw-r--r--src/gui/MachinaGUI.hpp2
-rw-r--r--src/gui/main.cpp2
-rw-r--r--src/machina.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp
index 03a3de2..68aca43 100644
--- a/src/engine/JackDriver.cpp
+++ b/src/engine/JackDriver.cpp
@@ -19,7 +19,7 @@
#include <iomanip>
#include "machina/JackDriver.hpp"
#include "machina/MidiAction.hpp"
-#include "config.h"
+#include "wafconfig.h"
#include "jack_compat.h"
using namespace Raul;
diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp
index eca3e37..ffd186e 100644
--- a/src/engine/machina/Mutation.hpp
+++ b/src/engine/machina/Mutation.hpp
@@ -18,7 +18,7 @@
#ifndef MACHINA_MACHINE_MUTATION_HPP
#define MACHINA_MACHINE_MUTATION_HPP
-#include "config.h"
+#include "wafconfig.h"
#ifdef HAVE_EUGENE
#include "eugene/Mutation.hpp"
diff --git a/src/gui/GladeXml.hpp b/src/gui/GladeXml.hpp
index 09ba044..6e3ea3c 100644
--- a/src/gui/GladeXml.hpp
+++ b/src/gui/GladeXml.hpp
@@ -19,7 +19,7 @@
#include <string>
#include <gtkmm.h>
#include <libglademm/xml.h>
-#include "config.h"
+#include "wafconfig.h"
class GladeXml
{
diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp
index 761fb8d..a71a980 100644
--- a/src/gui/MachinaGUI.cpp
+++ b/src/gui/MachinaGUI.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "config.h"
+#include "wafconfig.h"
#include <cmath>
#include <sstream>
diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp
index 421aff6..28ae5c6 100644
--- a/src/gui/MachinaGUI.hpp
+++ b/src/gui/MachinaGUI.hpp
@@ -20,7 +20,7 @@
#include <string>
#include <libgnomecanvasmm.h>
-#include "config.h"
+#include "wafconfig.h"
#include "raul/SharedPtr.hpp"
#include "raul/Maid.hpp"
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index 008ebae..62d47c1 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "config.h"
+#include "wafconfig.h"
#include <signal.h>
#include <iostream>
#include <string>
diff --git a/src/machina.cpp b/src/machina.cpp
index b2b668b..c8f36c2 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "config.h"
+#include "wafconfig.h"
#include <iostream>
#include <signal.h>