X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=d430fff9746096fa3eb396a464d4ecfdb5fe32ec;hb=776a972612be7131ce6f7accd66e75ca7e0fce2a;hp=503a4716de1f3684eaab0af95f3d8fc427ebd464;hpb=ae5b2a86c2efdafd237a90b1e3766b78a8fd787b;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 503a4716d..d430fff97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2364,6 +2364,7 @@ systemd_fsck_LDADD = \ # ------------------------------------------------------------------------------ systemd_fsckd_SOURCES = \ src/fsckd/fsckd.c \ + src/fsckd/fsckd.h \ $(NULL) systemd_fsckd_LDADD = \ @@ -3939,9 +3940,14 @@ TESTS += \ if HAVE_PYTHON TESTS += \ test/rule-syntax-check.py \ + $(NULL) + +if HAVE_SYSV_COMPAT +TESTS += \ test/sysv-generator-test.py \ $(NULL) endif +endif manual_tests += \ test-libudev \ @@ -5440,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 \