Browse Source

Tweaks for latest Carla

pull/1/head
falkTX 6 years ago
parent
commit
98723d7b88
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      Makefile.mk2

+ 4
- 4
Makefile.mk2 View File

@@ -12,7 +12,7 @@ nothing:
# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# DPF plugins # DPF plugins


OBJS_all += \
OBJS += \
$(OBJDIR)/distrho-3bandeq.cpp.o \ $(OBJDIR)/distrho-3bandeq.cpp.o \
$(OBJDIR)/distrho-3bandsplitter.cpp.o \ $(OBJDIR)/distrho-3bandsplitter.cpp.o \
$(OBJDIR)/distrho-kars.cpp.o \ $(OBJDIR)/distrho-kars.cpp.o \
@@ -28,7 +28,7 @@ endif
# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# DPF plugins (Juice) # DPF plugins (Juice)


OBJS_all += \
OBJS += \
$(OBJDIR)/distrho-vectorjuice.cpp.o \ $(OBJDIR)/distrho-vectorjuice.cpp.o \
$(OBJDIR)/distrho-wobblejuice.cpp.o $(OBJDIR)/distrho-wobblejuice.cpp.o


@@ -36,12 +36,12 @@ OBJS_all += \
# ZynAddSubFX # ZynAddSubFX


ifeq ($(HAVE_ZYN_DEPS),true) ifeq ($(HAVE_ZYN_DEPS),true)
OBJS_all += \
OBJS += \
$(OBJDIR)/zynaddsubfx-fx.cpp.o \ $(OBJDIR)/zynaddsubfx-fx.cpp.o \
$(OBJDIR)/zynaddsubfx-src.cpp.o $(OBJDIR)/zynaddsubfx-src.cpp.o


ifneq ($(SKIP_ZYN_SYNTH),true) ifneq ($(SKIP_ZYN_SYNTH),true)
OBJS_all += \
OBJS += \
$(OBJDIR)/zynaddsubfx-synth.cpp.o $(OBJDIR)/zynaddsubfx-synth.cpp.o
endif endif




Loading…
Cancel
Save