1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

Revert "only build and install systemd-bus-proxyd if --enable-kdbus"

This reverts commit ef99aec4d25087dec995b3f00b6957dcee6b13e9.

systemd-stdio-bridge is used on non-kdbus systems.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-09-25 19:02:42 -04:00
parent 2f88c8583a
commit 440c61c500

View File

@ -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