From 1b9e5b126359a2a2ec37de1f94f046093abc74b8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 10 Mar 2014 20:35:52 +0100 Subject: nspawn: add --image= switch to boot GPT disk images that follow the Discoverable Partitions Specification --- Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2db58a937b..d6bc5a4fae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1839,7 +1839,8 @@ systemgenerator_PROGRAMS += \ systemd-gpt-auto-generator systemd_gpt_auto_generator_SOURCES = \ - src/gpt-auto-generator/gpt-auto-generator.c + src/gpt-auto-generator/gpt-auto-generator.c \ + src/shared/blkid-util.h systemd_gpt_auto_generator_LDADD = \ libsystemd-label.la \ @@ -1964,14 +1965,16 @@ systemd_nspawn_SOURCES = \ systemd_nspawn_CFLAGS = \ $(AM_CFLAGS) \ - $(SECCOMP_CFLAGS) + $(SECCOMP_CFLAGS) \ + $(BLKID_CFLAGS) systemd_nspawn_LDADD = \ libsystemd-label.la \ libsystemd-capability.la \ libsystemd-internal.la \ libudev-internal.la \ - libsystemd-shared.la + libsystemd-shared.la \ + $(BLKID_LIBS) if HAVE_SECCOMP systemd_nspawn_LDADD += \ -- cgit v1.2.3-54-g00ecf