[PATCH] Makefile tweaks for the DBUS build.

This commit is contained in:
greg@kroah.com 2003-12-10 01:02:03 -08:00 committed by Greg KH
parent 197a978ea3
commit 62adf3f739
1 changed files with 1 additions and 1 deletions

View File

@ -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