mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
798c486fbc
As kdbus won't land in the anticipated way, the bus-proxy is not needed in
its current form. It can be resurrected at any time thanks to the history,
but for now, let's remove it from the sources. If we'll have a similar tool
in the future, it will look quite differently anyway.
Note that stdio-bridge is still available. It was restored from a version
prior to f252ff17
, and refactored to make use of the current APIs.
21 lines
650 B
Plaintext
21 lines
650 B
Plaintext
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
g systemd-journal - -
|
|
m4_ifdef(`ENABLE_NETWORKD',
|
|
u systemd-network - "systemd Network Management"
|
|
)m4_dnl
|
|
m4_ifdef(`ENABLE_RESOLVED',
|
|
u systemd-resolve - "systemd Resolver"
|
|
)m4_dnl
|
|
m4_ifdef(`ENABLE_TIMESYNCD',
|
|
u systemd-timesync - "systemd Time Synchronization"
|
|
)m4_dnl
|
|
m4_ifdef(`ENABLE_COREDUMP',
|
|
u systemd-coredump - "systemd Core Dumper"
|
|
)m4_dnl
|