1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 18:55:09 +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:
Filipe Brandenburger 2014-12-29 15:22:33 -08:00 committed by Zbigniew Jędrzejewski-Szmek
parent 65d6d8e32b
commit 69c4e2771e

View File

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