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://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=62adf3f7392ca923c3014c921b50f4f16029be42;hp=197a978ea3e5d68d2ca8059cede2b60f62c497b7;p=elogind.git [PATCH] Makefile tweaks for the DBUS build. --- diff --git a/Makefile b/Makefile index ae9d27672..51087bc8c 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