diff --git a/plugins/3BandEQ/Makefile b/plugins/3BandEQ/Makefile index b61421a..6493957 100644 --- a/plugins/3BandEQ/Makefile +++ b/plugins/3BandEQ/Makefile @@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk TARGETS += jack TARGETS += ladspa TARGETS += vst2 +TARGETS += vst3 ifeq ($(HAVE_CAIRO_OR_OPENGL),true) ifeq ($(HAVE_LIBLO),true) diff --git a/plugins/3BandSplitter/Makefile b/plugins/3BandSplitter/Makefile index 6024ba7..7810492 100644 --- a/plugins/3BandSplitter/Makefile +++ b/plugins/3BandSplitter/Makefile @@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk TARGETS += jack TARGETS += ladspa TARGETS += vst2 +TARGETS += vst3 ifeq ($(HAVE_CAIRO_OR_OPENGL),true) ifeq ($(HAVE_LIBLO),true) diff --git a/plugins/AmplitudeImposer/Makefile b/plugins/AmplitudeImposer/Makefile index 2033ac0..d931a0e 100644 --- a/plugins/AmplitudeImposer/Makefile +++ b/plugins/AmplitudeImposer/Makefile @@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk TARGETS += jack TARGETS += ladspa TARGETS += vst2 +TARGETS += vst3 ifeq ($(HAVE_CAIRO_OR_OPENGL),true) ifeq ($(HAVE_LIBLO),true) diff --git a/plugins/CycleShifter/Makefile b/plugins/CycleShifter/Makefile index 2fbfaa4..4151eee 100644 --- a/plugins/CycleShifter/Makefile +++ b/plugins/CycleShifter/Makefile @@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk TARGETS += jack TARGETS += ladspa TARGETS += vst2 +TARGETS += vst3 ifeq ($(HAVE_CAIRO_OR_OPENGL),true) ifeq ($(HAVE_LIBLO),true) diff --git a/plugins/Kars/Makefile b/plugins/Kars/Makefile index 7cc53a5..9fab00f 100644 --- a/plugins/Kars/Makefile +++ b/plugins/Kars/Makefile @@ -23,6 +23,6 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -all: jack dssi_dsp lv2_dsp vst2 +all: jack dssi_dsp lv2_dsp vst2 vst3 # -------------------------------------------------------------- diff --git a/plugins/MVerb/Makefile b/plugins/MVerb/Makefile index a8411f2..b5b9abe 100644 --- a/plugins/MVerb/Makefile +++ b/plugins/MVerb/Makefile @@ -30,6 +30,7 @@ include ../../dpf/Makefile.plugins.mk TARGETS += jack TARGETS += ladspa TARGETS += vst2 +TARGETS += vst3 ifeq ($(HAVE_DGL),true) ifeq ($(HAVE_LIBLO),true) diff --git a/plugins/Nekobi/Makefile b/plugins/Nekobi/Makefile index 109471a..fea8f32 100644 --- a/plugins/Nekobi/Makefile +++ b/plugins/Nekobi/Makefile @@ -49,6 +49,7 @@ TARGETS += lv2_dsp endif TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/PingPongPan/Makefile b/plugins/PingPongPan/Makefile index c044d16..881d1d3 100644 --- a/plugins/PingPongPan/Makefile +++ b/plugins/PingPongPan/Makefile @@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk TARGETS += jack TARGETS += ladspa TARGETS += vst2 +TARGETS += vst3 ifeq ($(HAVE_CAIRO_OR_OPENGL),true) ifeq ($(HAVE_LIBLO),true) diff --git a/plugins/ProM/Makefile b/plugins/ProM/Makefile index 8716bb4..7e29de9 100644 --- a/plugins/ProM/Makefile +++ b/plugins/ProM/Makefile @@ -196,7 +196,8 @@ LINK_FLAGS += -lpthread # Enable all possible plugin types TARGETS += lv2 -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/SoulForce/Makefile b/plugins/SoulForce/Makefile index a6b912b..ed6b32a 100644 --- a/plugins/SoulForce/Makefile +++ b/plugins/SoulForce/Makefile @@ -31,6 +31,7 @@ include ../../dpf/Makefile.plugins.mk TARGETS += jack TARGETS += ladspa TARGETS += vst2 +TARGETS += vst3 ifeq ($(HAVE_CAIRO_OR_OPENGL),true) ifeq ($(HAVE_LIBLO),true) diff --git a/plugins/bitcrush/Makefile b/plugins/bitcrush/Makefile index 6a5032f..4978acb 100644 --- a/plugins/bitcrush/Makefile +++ b/plugins/bitcrush/Makefile @@ -33,6 +33,7 @@ TARGETS += jack TARGETS += ladspa TARGETS += lv2_dsp TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/freeverb/Makefile b/plugins/freeverb/Makefile index a521626..f68d454 100644 --- a/plugins/freeverb/Makefile +++ b/plugins/freeverb/Makefile @@ -33,6 +33,7 @@ TARGETS += jack TARGETS += ladspa TARGETS += lv2_dsp TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/gigaverb/Makefile b/plugins/gigaverb/Makefile index 80a4d2b..af04197 100644 --- a/plugins/gigaverb/Makefile +++ b/plugins/gigaverb/Makefile @@ -33,6 +33,7 @@ TARGETS += jack TARGETS += ladspa TARGETS += lv2_dsp TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/glBars/Makefile b/plugins/glBars/Makefile index afdc55e..0cc4dc3 100644 --- a/plugins/glBars/Makefile +++ b/plugins/glBars/Makefile @@ -33,7 +33,8 @@ LINK_FLAGS += -lpthread TARGETS += jack TARGETS += lv2 -TARGETS += vst +TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS) diff --git a/plugins/pitchshift/Makefile b/plugins/pitchshift/Makefile index 920370f..fd7edf8 100644 --- a/plugins/pitchshift/Makefile +++ b/plugins/pitchshift/Makefile @@ -33,6 +33,7 @@ TARGETS += jack TARGETS += ladspa TARGETS += lv2_dsp TARGETS += vst2 +TARGETS += vst3 all: $(TARGETS)