]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
machine: add reference to machine-dbus.h to Makefile.am
authorFilipe Brandenburger <filbranden@google.com>
Mon, 29 Dec 2014 23:22:33 +0000 (15:22 -0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 5 Jan 2015 16:13:30 +0000 (11:13 -0500)
commit69c4e2771ec58d111191afe397a402e488e223ba
tree42a351ee3c346a25a0c5a109ffb5089fce5d3bb3
parent65d6d8e32bf06635fd7f0fc0ea2a8d5ee9da3fe5
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.
Makefile.am