summaryrefslogtreecommitdiff
path: root/distrho/DistrhoPluginMain.cpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-05-16 01:21:52 +0100
committerfalkTX <falktx@gmail.com>2014-05-16 01:21:52 +0100
commitb4ac0311058bd1626d00e83824ec98a23651d873 (patch)
tree10070c171a97eff50fa8c2cc13a2763ebca916ca /distrho/DistrhoPluginMain.cpp
parent39c93d6aa2beae64e411feaef300e384196c1e64 (diff)
Add JACK (standalone) export support
Diffstat (limited to 'distrho/DistrhoPluginMain.cpp')
-rw-r--r--distrho/DistrhoPluginMain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/distrho/DistrhoPluginMain.cpp b/distrho/DistrhoPluginMain.cpp
index 0671344d..8fce7dbd 100644
--- a/distrho/DistrhoPluginMain.cpp
+++ b/distrho/DistrhoPluginMain.cpp
@@ -18,6 +18,8 @@
#if defined(DISTRHO_PLUGIN_TARGET_CARLA)
# include "src/DistrhoPluginCarla.cpp"
+#elif defined(DISTRHO_PLUGIN_TARGET_JACK)
+# include "src/DistrhoPluginJack.cpp"
#elif (defined(DISTRHO_PLUGIN_TARGET_LADSPA) || defined(DISTRHO_PLUGIN_TARGET_DSSI))
# include "src/DistrhoPluginLADSPA+DSSI.cpp"
#elif defined(DISTRHO_PLUGIN_TARGET_LV2)