summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-03-16 18:18:37 +0000
committerDavid Robillard <d@drobilla.net>2008-03-16 18:18:37 +0000
commit66493fcf17859a7de6da63f7c780dff1bc743545 (patch)
treee169b0c68117eb177c6db4917bb23b683284996d /src/PatchageEvent.cpp
parentd086e5fed249f351359c74e1289b03571fd30087 (diff)
downloadpatchage-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/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp2
1 files changed, 1 insertions, 1 deletions
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