From 8d451309667578d3a03cdfc91d6e339fb9fe64a7 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 22 Oct 2013 13:19:56 +0200 Subject: localed: port from libdbus to libsystemd-bus --- Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 379e87856a..209f9cb63a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3497,15 +3497,11 @@ if ENABLE_LOCALED systemd_localed_SOURCES = \ src/locale/localed.c -systemd_localed_CFLAGS = \ - $(AM_CFLAGS) \ - $(DBUS_CFLAGS) - systemd_localed_LDADD = \ libsystemd-label.la \ libsystemd-shared.la \ libsystemd-daemon.la \ - libsystemd-dbus.la + libsystemd-bus.la nodist_systemunit_DATA += \ units/systemd-localed.service -- cgit v1.2.3-54-g00ecf