From: Filipe Brandenburger Date: Mon, 29 Dec 2014 23:22:33 +0000 (-0800) Subject: machine: add reference to machine-dbus.h to Makefile.am X-Git-Tag: v219~686 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=69c4e2771ec58d111191afe397a402e488e223ba;p=elogind.git machine: add reference to machine-dbus.h to Makefile.am Commit 003dffde2c1b93 ("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. --- diff --git a/Makefile.am b/Makefile.am index 0b46a128a..21097bf6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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