diff --git a/plugins/bitcrush/Makefile b/plugins/bitcrush/Makefile index 535b08c..79d0d2a 100644 --- a/plugins/bitcrush/Makefile +++ b/plugins/bitcrush/Makefile @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2_dsp endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/freeverb/Makefile b/plugins/freeverb/Makefile index ebabf86..36377b3 100644 --- a/plugins/freeverb/Makefile +++ b/plugins/freeverb/Makefile @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2_dsp endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/gigaverb/Makefile b/plugins/gigaverb/Makefile index c506b5f..31eb7f5 100644 --- a/plugins/gigaverb/Makefile +++ b/plugins/gigaverb/Makefile @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2_dsp endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/pitchshift/Makefile b/plugins/pitchshift/Makefile index fa93737..d74a81b 100644 --- a/plugins/pitchshift/Makefile +++ b/plugins/pitchshift/Makefile @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true) TARGETS += lv2_dsp endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif