Browse Source

Fix glBars not being built

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.2
falkTX 6 years ago
parent
commit
4fc9d4907d
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