diff options
author | Filipe Brandenburger <filbranden@google.com> | 2014-12-29 15:22:33 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-05 11:13:30 -0500 |
commit | 69c4e2771ec58d111191afe397a402e488e223ba (patch) | |
tree | 42a351ee3c346a25a0c5a109ffb5089fce5d3bb3 /Makefile.am | |
parent | 65d6d8e32bf06635fd7f0fc0ea2a8d5ee9da3fe5 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0b46a128a7..21097bf6ba 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 |