From d016086e54b757ff1bfa645fbdd53ea2510f8f74 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 30 May 2015 22:26:59 +0200 Subject: [PATCH] Misc --- source/native-plugins/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/native-plugins/Makefile b/source/native-plugins/Makefile index 074450bf8..fbd21f549 100644 --- a/source/native-plugins/Makefile +++ b/source/native-plugins/Makefile @@ -33,7 +33,7 @@ ifeq ($(HAVE_ZYN_DEPS),true) ZYN_CXX_FLAGS = $(BUILD_CXX_FLAGS) -Izynaddsubfx -Izynaddsubfx/rtosc ZYN_CXX_FLAGS += $(shell pkg-config --cflags fftw3 mxml zlib) ZYN_LD_FLAGS = $(shell pkg-config --libs liblo) -ZYN_LD_FLAGS += -lpthread -lrt +ZYN_LD_FLAGS += -lpthread -lrt ifeq ($(HAVE_X11),true) ZYN_CXX_FLAGS += $(shell pkg-config --cflags x11) ZYN_LD_FLAGS += $(shell pkg-config --libs x11) @@ -215,7 +215,7 @@ resources/rev1-ui$(APP_EXT): $(OBJDIR)/zita-rev1-ui.cpp.o resources/zynaddsubfx-ui$(APP_EXT): $(OBJDIR)/zynaddsubfx-ui.cpp.o -@mkdir -p $(OBJDIR) @echo "Linking zynaddsubfx-ui" - @$(CXX) $^ $(ZYN_LD_FLAGS) -ldl -lpthread -o $@ + $(CXX) $^ $(ZYN_LD_FLAGS) -o $@ # ----------------------------------------------------------------------------------------------------------------------------