mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03: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:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user