summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae9d276721..51087bc8c6 100644
--- a/Makefile
+++ b/Makefile
@@ -186,7 +186,7 @@ endif
ifeq ($(DBUS), true)
CFLAGS += -DUSE_DBUS
CFLAGS += $(shell pkg-config --cflags dbus-1)
- LIB_OBJS += $(shell pkg-config --libs-only-l dbus-1)
+ LDFLAGS += $(shell pkg-config --libs dbus-1)
OBJS += udev_dbus.o
endif