X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=f165042cb02bd31dca62bcc67183c98d9ed816c0;hb=68c913fd751f5c750e3c786b4ed512154b354599;hp=5b789d00275e7d269f290e573afd26e9d46cb7a5;hpb=c4a5ddc9f29cf910fac9d814cd898b4cc2bd79b1;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 5b789d002..f165042cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,6 +149,7 @@ check_DATA = tests= manual_tests = if ENABLE_TESTS +export PYTHON noinst_PROGRAMS = $(manual_tests) $(tests) TESTS = $(tests) else @@ -5245,8 +5246,14 @@ systemd_import_SOURCES = \ src/import/import.c \ src/import/import-raw.c \ src/import/import-raw.h \ + src/import/import-tar.c \ + src/import/import-tar.h \ src/import/import-dkr.c \ src/import/import-dkr.h \ + src/import/import-job.c \ + src/import/import-job.h \ + src/import/import-util.c \ + src/import/import-util.h \ src/import/curl-util.c \ src/import/curl-util.h \ src/import/aufs-util.c \