chiark / gitweb /
import: rename "gpt" disk image type to "raw"
[elogind.git] / Makefile.am
index 9d07a2b6eb2c33faaa5a6c2fef9a6a4eadd6240b..520c4e944e970756e9b0f8254c20eaa614dbd7ba 100644 (file)
@@ -2658,6 +2658,11 @@ systemd_nspawn_LDADD += \
        $(SECCOMP_LIBS)
 endif
 
+if HAVE_LIBIPTC
+systemd_nspawn_LDADD += \
+       libsystemd-fw.la
+endif
+
 # ------------------------------------------------------------------------------
 systemd_run_SOURCES = \
        src/run/run.c
@@ -5213,8 +5218,8 @@ bin_PROGRAMS += \
 
 systemd_import_SOURCES = \
        src/import/import.c \
-       src/import/import-gpt.c \
-       src/import/import-gpt.h \
+       src/import/import-raw.c \
+       src/import/import-raw.h \
        src/import/import-dkr.c \
        src/import/import-dkr.h \
        src/import/curl-util.c \