X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=d430fff9746096fa3eb396a464d4ecfdb5fe32ec;hb=776a972612be7131ce6f7accd66e75ca7e0fce2a;hp=782a7c09af7ebff119ca34bb864bbd18c8104f75;hpb=dcf1369057231fbf09e37b5a48483763b4ae6e19;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 782a7c09a..d430fff97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5446,16 +5446,18 @@ systemd_importd_LDADD = \ systemd_pull_SOURCES = \ src/import/pull.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-common.c \ - src/import/import-common.h \ + src/import/pull-raw.c \ + src/import/pull-raw.h \ + src/import/pull-tar.c \ + src/import/pull-tar.h \ + src/import/pull-dkr.c \ + src/import/pull-dkr.h \ + src/import/pull-job.c \ + src/import/pull-job.h \ + src/import/pull-common.c \ + src/import/pull-common.h \ + src/import/import-compress.c \ + src/import/import-compress.h \ src/import/curl-util.c \ src/import/curl-util.h \ src/import/aufs-util.c \