summaryrefslogtreecommitdiff
path: root/libs/distrho/DistrhoUIMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/distrho/DistrhoUIMain.cpp')
-rw-r--r--libs/distrho/DistrhoUIMain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/distrho/DistrhoUIMain.cpp b/libs/distrho/DistrhoUIMain.cpp
index 27f219a..cb1cb6e 100644
--- a/libs/distrho/DistrhoUIMain.cpp
+++ b/libs/distrho/DistrhoUIMain.cpp
@@ -18,6 +18,8 @@
#if defined(DISTRHO_PLUGIN_TARGET_CARLA)
// nothing
+#elif defined(DISTRHO_PLUGIN_TARGET_JACK)
+// nothing
#elif defined(DISTRHO_PLUGIN_TARGET_DSSI)
# include "src/DistrhoUIDSSI.cpp"
#elif defined(DISTRHO_PLUGIN_TARGET_LV2)