X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=4f536ee4147e29a5903939e489d01f24f3e4a0f9;hp=406910a3c2ff3561c5eb495b5d7029f7fc25e48c;hb=8af3cf74df03f7528f9e2605ec7896a5daf0f711;hpb=ccf23ad5faf228d450d263d7291156a948b61af2 diff --git a/Makefile.am b/Makefile.am index 406910a3c..4f536ee41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5250,6 +5250,7 @@ lib_LTLIBRARIES += \ if HAVE_LIBCURL if HAVE_XZ if HAVE_ZLIB +if HAVE_BZIP2 if HAVE_GCRYPT bin_PROGRAMS += \ @@ -5290,6 +5291,7 @@ systemd_import_LDADD = \ $(LIBCURL_LIBS) \ $(XZ_LIBS) \ $(ZLIB_LIBS) \ + -lbz2 \ $(GCRYPT_LIBS) manual_tests += \ @@ -5316,6 +5318,7 @@ endif endif endif endif +endif endif