diff options
-rw-r--r-- | src/JackDbusDriver.cpp | 2 | ||||
-rw-r--r-- | src/JackDriver.cpp | 2 | ||||
-rw-r--r-- | src/Patchage.cpp | 2 | ||||
-rw-r--r-- | src/Patchage.hpp | 2 | ||||
-rw-r--r-- | src/PatchageCanvas.cpp | 2 | ||||
-rw-r--r-- | src/PatchageCanvas.hpp | 2 | ||||
-rw-r--r-- | src/PatchageEvent.cpp | 2 | ||||
-rw-r--r-- | src/PatchageEvent.hpp | 2 | ||||
-rw-r--r-- | src/PatchagePort.hpp | 2 | ||||
-rw-r--r-- | src/PortID.hpp | 2 | ||||
-rw-r--r-- | src/UIFile.hpp | 2 | ||||
-rw-r--r-- | wscript | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/JackDbusDriver.cpp b/src/JackDbusDriver.cpp index 67c22ff..0c629cd 100644 --- a/src/JackDbusDriver.cpp +++ b/src/JackDbusDriver.cpp @@ -19,7 +19,7 @@ #include <string> #include <set> -#include "patchage-config.h" +#include "patchage_config.h" #include <glib.h> #include <dbus/dbus.h> diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index 4d2411f..c3f16d7 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -30,7 +30,7 @@ #include "PatchageEvent.hpp" #include "PatchageModule.hpp" #include "Queue.hpp" -#include "patchage-config.h" +#include "patchage_config.h" using std::endl; using std::string; diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 8ed0467..3062a95 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -34,7 +34,7 @@ #include "ganv/Module.hpp" #include "ganv/Edge.hpp" -#include "patchage-config.h" +#include "patchage_config.h" #include "UIFile.hpp" #include "Patchage.hpp" #include "PatchageCanvas.hpp" diff --git a/src/Patchage.hpp b/src/Patchage.hpp index 403ab03..880ccaf 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -38,7 +38,7 @@ #include <gtkmm/viewport.h> #include <gtkmm/window.h> -#include "patchage-config.h" +#include "patchage_config.h" #include "Widget.hpp" class AlsaDriver; diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp index e531f57..fcb4fca 100644 --- a/src/PatchageCanvas.cpp +++ b/src/PatchageCanvas.cpp @@ -16,7 +16,7 @@ #include <boost/format.hpp> -#include "patchage-config.h" +#include "patchage_config.h" #if defined(HAVE_JACK_DBUS) #include "JackDbusDriver.hpp" diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index b4dd510..ac0c9f7 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -20,7 +20,7 @@ #include <map> #include <string> -#include "patchage-config.h" +#include "patchage_config.h" #ifdef HAVE_ALSA #include <alsa/asoundlib.h> diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index bbe85e7..130f032 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -16,7 +16,7 @@ #include <boost/format.hpp> -#include "patchage-config.h" +#include "patchage_config.h" #include "Patchage.hpp" #include "PatchageCanvas.hpp" #include "PatchageModule.hpp" diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 1aba697..a17b255 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -19,7 +19,7 @@ #include <cstring> -#include "patchage-config.h" +#include "patchage_config.h" #ifdef PATCHAGE_LIBJACK #include <jack/jack.h> diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 2eda81b..d70c606 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -26,7 +26,7 @@ #include "ganv/Port.hpp" #include "ganv/Module.hpp" -#include "patchage-config.h" +#include "patchage_config.h" #include "PatchageCanvas.hpp" #include "PortID.hpp" #include "StateManager.hpp" diff --git a/src/PortID.hpp b/src/PortID.hpp index 4a22a47..8f31d4e 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -20,7 +20,7 @@ #include <cstring> #include <iostream> -#include "patchage-config.h" +#include "patchage_config.h" #ifdef PATCHAGE_LIBJACK #include <jack/jack.h> diff --git a/src/UIFile.hpp b/src/UIFile.hpp index 3418656..d0b551c 100644 --- a/src/UIFile.hpp +++ b/src/UIFile.hpp @@ -24,7 +24,7 @@ #include <gtkmm/builder.h> -#include "patchage-config.h" +#include "patchage_config.h" #ifdef PATCHAGE_BINLOC #include "binary_location.h" #endif @@ -104,7 +104,7 @@ def configure(conf): autowaf.define(conf, 'PATCHAGE_DATA_DIR', os.path.join( conf.env['DATADIR'], conf.env['APP_INSTALL_NAME'])) - conf.write_config_header('patchage-config.h', remove=False) + conf.write_config_header('patchage_config.h', remove=False) autowaf.display_msg(conf, "Install name", "'" + conf.env['APP_INSTALL_NAME'] + "'", 'CYAN') autowaf.display_msg(conf, "App human name", "'" + conf.env['APP_HUMAN_NAME'] + "'", 'CYAN') |