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/Patchage.cpp | |
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/Patchage.cpp')
-rw-r--r-- | src/Patchage.cpp | 2 |
1 files changed, 1 insertions, 1 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" |