diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-10 01:02:03 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:07 -0700 |
commit | 62adf3f7392ca923c3014c921b50f4f16029be42 (patch) | |
tree | 76e59d055e74f1ba60e6d3c4ed86e6c4f05551a1 | |
parent | 197a978ea3e5d68d2ca8059cede2b60f62c497b7 (diff) |
[PATCH] Makefile tweaks for the DBUS build.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |