Skip to content

Commit 98723d7

Browse files
author
falkTX
committed
Tweaks for latest Carla
1 parent 69b2aa7 commit 98723d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile.mk2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nothing:
1212
# ---------------------------------------------------------------------------------------------------------------------
1313
# DPF plugins
1414

15-
OBJS_all += \
15+
OBJS += \
1616
$(OBJDIR)/distrho-3bandeq.cpp.o \
1717
$(OBJDIR)/distrho-3bandsplitter.cpp.o \
1818
$(OBJDIR)/distrho-kars.cpp.o \
@@ -28,20 +28,20 @@ endif
2828
# ---------------------------------------------------------------------------------------------------------------------
2929
# DPF plugins (Juice)
3030

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

3535
# ---------------------------------------------------------------------------------------------------------------------
3636
# ZynAddSubFX
3737

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

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

0 commit comments

Comments
 (0)