chiark / gitweb /
[PATCH] Makefile tweaks for the DBUS build.
authorgreg@kroah.com <greg@kroah.com>
Wed, 10 Dec 2003 09:02:03 +0000 (01:02 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:07 +0000 (21:13 -0700)
Makefile

index ae9d2767210dfc8ffd8ce3cd837ae820efe6e687..51087bc8c679a77d25ffa4f5db11f981a38ffbe6 100644 (file)
--- 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