summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-09-25 19:02:42 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-09-25 19:02:42 -0400
commit440c61c500ead1bdc6f987b8ba7c5e7f7a9c9f59 (patch)
treedb4e3ca8ce9238d71bcc39ac9e09bd3fc6ba34a9
parent2f88c8583aea6626c5f0a84cfc6de4b0a17f2d1c (diff)
Revert "only build and install systemd-bus-proxyd if --enable-kdbus"
This reverts commit ef99aec4d25087dec995b3f00b6957dcee6b13e9. systemd-stdio-bridge is used on non-kdbus systems.
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 1bdc91c23..0f54c5c01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -387,6 +387,7 @@ rootlibexec_PROGRAMS = \
systemd-ac-power \
systemd-sysctl \
systemd-sleep \
+ systemd-bus-proxyd \
systemd-socket-proxyd \
systemd-update-done
@@ -2428,10 +2429,6 @@ systemd_run_LDADD = \
libsystemd-shared.la
# ------------------------------------------------------------------------------
-if ENABLE_KDBUS
-rootlibexec_PROGRAMS += \
- systemd-bus-proxyd
-
systemd_bus_proxyd_SOURCES = \
src/bus-proxyd/bus-proxyd.c \
src/bus-proxyd/bus-policy.c \
@@ -2453,6 +2450,7 @@ bus-proxyd-uninstall-hook:
INSTALL_EXEC_HOOKS += bus-proxyd-install-hook
UNINSTALL_EXEC_HOOKS += bus-proxyd-uninstall-hook
+if ENABLE_KDBUS
nodist_systemunit_DATA += \
units/systemd-bus-proxyd@.service