Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweaks for latest Carla
  • Loading branch information
falkTX committed Sep 4, 2018
1 parent 69b2aa7 commit 98723d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.mk2
Expand Up @@ -12,7 +12,7 @@ nothing:
# ---------------------------------------------------------------------------------------------------------------------
# DPF plugins

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

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

# ---------------------------------------------------------------------------------------------------------------------
# ZynAddSubFX

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

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

Expand Down

0 comments on commit 98723d7

Please sign in to comment.