X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=4f536ee4147e29a5903939e489d01f24f3e4a0f9;hb=8b71fce8c2bb0e0a8c2317a34f8f114ff10e6aa6;hp=4c5c57cdd74730cd2eff2f29b2d5b1422bf55a93;hpb=3576d6315f3b6b686cdcf9f280d5e829e3d3daa0;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 4c5c57cdd..4f536ee41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3773,6 +3773,7 @@ TESTS += \ if HAVE_PYTHON TESTS += \ test/rule-syntax-check.py \ + test/sysv-generator-test.py \ $(NULL) endif @@ -3818,7 +3819,10 @@ DISTCLEAN_LOCAL_HOOKS += test-sys-distclean EXTRA_DIST += \ test/sys.tar.xz \ test/udev-test.pl \ - test/rule-syntax-check.py + test/rule-syntax-check.py \ + test/sysv-generator-test.py \ + $(NULL) + # ------------------------------------------------------------------------------ ata_id_SOURCES = \ @@ -5246,6 +5250,7 @@ lib_LTLIBRARIES += \ if HAVE_LIBCURL if HAVE_XZ if HAVE_ZLIB +if HAVE_BZIP2 if HAVE_GCRYPT bin_PROGRAMS += \ @@ -5286,6 +5291,7 @@ systemd_import_LDADD = \ $(LIBCURL_LIBS) \ $(XZ_LIBS) \ $(ZLIB_LIBS) \ + -lbz2 \ $(GCRYPT_LIBS) manual_tests += \ @@ -5312,6 +5318,7 @@ endif endif endif endif +endif endif