Browse Source

Build all plugin formats by default

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 6 years ago
parent
commit
4f22f46046
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      plugins/glBars/Makefile

+ 0
- 7
plugins/glBars/Makefile View File

@@ -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)



Loading…
Cancel
Save