File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
3838ifeq ($(HAVE_ZYN_DEPS ) ,true)
39- OBJS_all += \
39+ OBJS += \
4040 $(OBJDIR ) /zynaddsubfx-fx.cpp.o \
4141 $(OBJDIR ) /zynaddsubfx-src.cpp.o
4242
4343ifneq ($(SKIP_ZYN_SYNTH ) ,true)
44- OBJS_all += \
44+ OBJS += \
4545 $(OBJDIR ) /zynaddsubfx-synth.cpp.o
4646endif
4747
You can’t perform that action at this time.
0 commit comments