summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fa57559bda..dcf0bb3bb3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3697,6 +3697,20 @@ dist_zshcompletion_DATA += \
endif
+if ENABLE_BUS_DRIVERD
+systemd_bus_driverd_SOURCES = \
+ src/bus-driverd/bus-driverd.c
+
+systemd_bus_driverd_LDADD = \
+ libsystemd-bus-internal.la \
+ libsystemd-id128-internal.la \
+ libsystemd-daemon-internal.la \
+ libsystemd-shared.la
+
+rootlibexec_PROGRAMS += \
+ systemd-bus-driverd
+endif
+
polkitpolicy_in_files += \
src/hostname/org.freedesktop.hostname1.policy.in