summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Patchage.cpp2
-rw-r--r--src/PatchageCanvas.cpp2
-rw-r--r--src/PatchageEvent.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 3803a6b..33b60ad 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -30,7 +30,7 @@
#ifdef HAVE_JACK
#include "JackDriver.hpp"
#endif
-#ifdef HAVE_JACKDBUS
+#ifdef HAVE_JACK_DBUS
#include "JackDbusDriver.hpp"
#endif
#include "JackSettingsDialog.hpp"
diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index aa7ef64..6619c01 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -22,7 +22,7 @@
#ifdef HAVE_JACK
#include "JackDriver.hpp"
#endif
-#ifdef HAVE_JACKDBUS
+#ifdef HAVE_JACK_DBUS
#include "JackDbusDriver.hpp"
#endif
#include "PatchageModule.hpp"
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp
index afab9ae..53dd612 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -25,7 +25,7 @@
#ifdef HAVE_JACK
#include "JackDriver.hpp"
#endif
-#ifdef HAVE_JACKDBUS
+#ifdef HAVE_JACK_DBUS
#include "JackDbusDriver.hpp"
#endif
#ifdef HAVE_ALSA