diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-11 17:27:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-11 17:27:11 +0200 |
commit | 70a399c43a293cc4864c4e9421e265a64305cdc5 (patch) | |
tree | 618510122546a7d40632415484563b41eed534ba /Makefile.am | |
parent | 2270dfb852eacd984fb49ce6bc83a38fe652a063 (diff) | |
parent | e01ff70a77e781734e1e73a2238af2e9bf7967a8 (diff) |
Merge pull request #3014 from msekletar/nspawn-empty-machine-id-v3
nspawn: always setup machine id (v3)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c566b1f6e4..5c25178aec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3028,7 +3028,9 @@ systemd_nspawn_SOURCES = \ src/core/mount-setup.c \ src/core/mount-setup.h \ src/core/loopback-setup.c \ - src/core/loopback-setup.h + src/core/loopback-setup.h \ + src/core/machine-id-setup.c \ + src/core/machine-id-setup.h nodist_systemd_nspawn_SOURCES = \ src/nspawn/nspawn-gperf.c |