From: greg@kroah.com Date: Wed, 10 Dec 2003 09:02:03 +0000 (-0800) Subject: [PATCH] Makefile tweaks for the DBUS build. X-Git-Tag: 009~24 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62adf3f7392ca923c3014c921b50f4f16029be42;p=systemd [PATCH] Makefile tweaks for the DBUS build. --- diff --git a/Makefile b/Makefile index ae9d2767..51087bc8 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