diff options
author | Kay Sievers <kay@vrfy.org> | 2013-10-22 13:19:56 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-10-22 13:25:17 +0200 |
commit | 8d451309667578d3a03cdfc91d6e339fb9fe64a7 (patch) | |
tree | 480ede76f05c5573be1a723911f0268bb683a06d /Makefile.am | |
parent | f4bd42aa3c9bfbb0fa7a597b715fc3ee8f336764 (diff) |
localed: port from libdbus to libsystemd-bus
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
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 |