summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-10-18 00:47:41 +0200
committerLennart Poettering <lennart@poettering.net>2013-10-18 00:49:01 +0200
commit66a4c743c070761ee8696aa6302445fecf358441 (patch)
tree2f99e99a2a3fd422f272fbd0e32004e16e7d3375 /Makefile.am
parentfe8245eb3c4bc4c492168b861ce3b631479a9046 (diff)
hostnamed: port over from libdbus to libsystemd-bus
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 36828932e6..b337f4f09b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3511,15 +3511,11 @@ if ENABLE_HOSTNAMED
systemd_hostnamed_SOURCES = \
src/hostname/hostnamed.c
-systemd_hostnamed_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
systemd_hostnamed_LDADD = \
libsystemd-label.la \
libsystemd-shared.la \
libsystemd-daemon.la \
- libsystemd-dbus.la
+ libsystemd-bus.la
rootlibexec_PROGRAMS += \
systemd-hostnamed