mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
machine: add reference to machine-dbus.h to Makefile.am
Commit 003dffde2c ("machined: Move image discovery logic into src/shared,
so that we can make use of it from nspawn") moved some definitions from
machine.h to a new machine-dbus.h, but did not include it in Makefile.am
Tested that `make distcheck` works after this fix.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
65d6d8e32b
commit
69c4e2771e
@@ -5053,6 +5053,7 @@ libsystemd_machine_core_la_SOURCES = \
|
||||
src/machine/machine.h \
|
||||
src/machine/machined-dbus.c \
|
||||
src/machine/machine-dbus.c \
|
||||
src/machine/machine-dbus.h \
|
||||
src/machine/image-dbus.c \
|
||||
src/machine/image-dbus.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user