summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-10 01:02:03 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:07 -0700
commit62adf3f7392ca923c3014c921b50f4f16029be42 (patch)
tree76e59d055e74f1ba60e6d3c4ed86e6c4f05551a1
parent197a978ea3e5d68d2ca8059cede2b60f62c497b7 (diff)
downloadsystemd-62adf3f7392ca923c3014c921b50f4f16029be42.tar.gz
[PATCH] Makefile tweaks for the DBUS build.
-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