chiark / gitweb /
import: support downloading bzip2-encoded images
[elogind.git] / Makefile.am
index 406910a3c2ff3561c5eb495b5d7029f7fc25e48c..4f536ee4147e29a5903939e489d01f24f3e4a0f9 100644 (file)
@@ -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