1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

Export systemd-networkd D-Bus XML introspection

This commit is contained in:
igo95862 2021-12-10 19:22:23 +03:00 committed by Luca Boccassi
parent 40676ce6f8
commit 9ff2b35f87

View File

@ -3421,7 +3421,7 @@ public_programs += executable(
install : true)
if conf.get('ENABLE_NETWORKD') == 1
executable(
dbus_programs += executable(
'systemd-networkd',
systemd_networkd_sources,
include_directories : network_includes,