diff --git a/plugins/glBars/Makefile b/plugins/glBars/Makefile index 63b1fb4..dadfdc1 100644 --- a/plugins/glBars/Makefile +++ b/plugins/glBars/Makefile @@ -31,19 +31,12 @@ LINK_FLAGS += -lpthread # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(BUILD_JACK),true) ifeq ($(HAVE_JACK),true) TARGETS += jack endif -endif -ifeq ($(BUILD_LV2),true) TARGETS += lv2 -endif - -ifeq ($(BUILD_VST2),true) TARGETS += vst -endif all: $(TARGETS)