aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-03 17:39:16 +0000
committerDavid Robillard <d@drobilla.net>2009-05-03 17:39:16 +0000
commit9b77f85b9bef7e695780341f2067129f0cea34e6 (patch)
tree3ba6ad14f54ce722474f7b45d4049c22addf1442 /src
parent1588fc414da6d1a10241ce8711e50610c8ca40fe (diff)
downloadmachina-9b77f85b9bef7e695780341f2067129f0cea34e6.tar.gz
machina-9b77f85b9bef7e695780341f2067129f0cea34e6.tar.bz2
machina-9b77f85b9bef7e695780341f2067129f0cea34e6.zip
Update waf configuration header for new waf scheme (in 1.5.6).
Split low-level LV2 event buffer into separate class from EventBuffer (for reuse). git-svn-id: http://svn.drobilla.net/lad/trunk/machina@1958 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/engine/JackDriver.cpp2
-rw-r--r--src/engine/Loader.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
8 files changed, 8 insertions, 8 deletions
diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp
index b5aafe6..9993866 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 "wafconfig.h"
+#include "machina-config.h"
#include "jack_compat.h"
using namespace Raul;
diff --git a/src/engine/Loader.cpp b/src/engine/Loader.cpp
index 07867ad..6d1409d 100644
--- a/src/engine/Loader.cpp
+++ b/src/engine/Loader.cpp
@@ -25,7 +25,7 @@
#include "machina/Edge.hpp"
#include "machina/Machine.hpp"
#include "machina/ActionFactory.hpp"
-#include "wafconfig.h"
+#include "machina-config.h"
using namespace Raul;
using namespace std;
diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp
index ffd186e..de31fc3 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 "wafconfig.h"
+#include "machina-config.h"
#ifdef HAVE_EUGENE
#include "eugene/Mutation.hpp"
diff --git a/src/gui/GladeXml.hpp b/src/gui/GladeXml.hpp
index 6e3ea3c..4ea7a7f 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 "wafconfig.h"
+#include "machina-config.h"
class GladeXml
{
diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp
index 2b40b0a..baba33f 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 "wafconfig.h"
+#include "machina-config.h"
#include <cmath>
#include <sstream>
diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp
index 64322d0..b923d57 100644
--- a/src/gui/MachinaGUI.hpp
+++ b/src/gui/MachinaGUI.hpp
@@ -20,7 +20,7 @@
#include <string>
#include <libgnomecanvasmm.h>
-#include "wafconfig.h"
+#include "machina-config.h"
#include "raul/SharedPtr.hpp"
#include "raul/Maid.hpp"
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index 8d9b000..e079eec 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 "wafconfig.h"
+#include "machina-config.h"
#include <signal.h>
#include <iostream>
#include <string>
diff --git a/src/machina.cpp b/src/machina.cpp
index c8f36c2..62b502f 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -15,7 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "wafconfig.h"
+#include "machina-config.h"
#include <iostream>
#include <signal.h>