diff options
author | David Robillard <d@drobilla.net> | 2008-03-16 18:18:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-03-16 18:18:37 +0000 |
commit | 66493fcf17859a7de6da63f7c780dff1bc743545 (patch) | |
tree | e169b0c68117eb177c6db4917bb23b683284996d /src | |
parent | d086e5fed249f351359c74e1289b03571fd30087 (diff) | |
download | patchage-66493fcf17859a7de6da63f7c780dff1bc743545.tar.gz patchage-66493fcf17859a7de6da63f7c780dff1bc743545.tar.bz2 patchage-66493fcf17859a7de6da63f7c780dff1bc743545.zip |
Fix Jack D-Bus stuff.
git-svn-id: http://svn.drobilla.net/lad/patchage@1170 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/Patchage.cpp | 2 | ||||
-rw-r--r-- | src/PatchageCanvas.cpp | 2 | ||||
-rw-r--r-- | src/PatchageEvent.cpp | 2 |
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 |