From 9afa1cb62d713e9a67cbfe6f5dca110ee5dfb3aa Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 12 Jul 2017 22:28:05 +0000 Subject: [PATCH] Drop link with unused dbus library Compiles just fine without it, completely unused dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5f7257..dcfd2f0 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ LDFLAGS += -Wall $(LIBS) $(LIB_DIR_PARAM) ifdef DNSSD CCFLAGS += -DDNSSD else -LIBS += -lavahi-client -lavahi-common -ldbus-1 +LIBS += -lavahi-client -lavahi-common endif ifdef DEBUG