summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-01-21 13:43:55 +0100
committerLennart Poettering <lennart@poettering.net>2015-01-21 13:44:29 +0100
commit8af3cf74df03f7528f9e2605ec7896a5daf0f711 (patch)
treeac5a1c8c4d1997a45b5967a796373bb877bd6a54 /Makefile.am
parentccf23ad5faf228d450d263d7291156a948b61af2 (diff)
import: support downloading bzip2-encoded images
This way, we can import CoreOS images unmodified.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 406910a3c2..4f536ee414 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