aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-10-09 17:56:46 +0200
committerMax Kellermann <max@duempel.org>2011-10-09 17:56:46 +0200
commit389fbaaca2964c2f2c5be6b57c73bb20005e3019 (patch)
treed32b9d4c7226b9c3e72ed832273d84db25057fe9 /Makefile.am
parent9652efd107f3132e579784176581d962e955bc89 (diff)
downloadmpd-389fbaaca2964c2f2c5be6b57c73bb20005e3019.tar.gz
mpd-389fbaaca2964c2f2c5be6b57c73bb20005e3019.tar.xz
mpd-389fbaaca2964c2f2c5be6b57c73bb20005e3019.zip
configure.ac: add variable BZ2_LIBS
Don't use MPD_LIBS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b89810986..43b0964da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -410,6 +410,7 @@ ARCHIVE_CFLAGS = \
$(ZZIP_CFLAGS)
ARCHIVE_LIBS = \
+ $(BZ2_LIBS) \
$(ISO9660_LIBS) \
$(ZZIP_LIBS)