diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |