diff options
author | Max Kellermann <max@duempel.org> | 2011-10-09 17:56:46 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-09 17:56:46 +0200 |
commit | 389fbaaca2964c2f2c5be6b57c73bb20005e3019 (patch) | |
tree | d32b9d4c7226b9c3e72ed832273d84db25057fe9 /Makefile.am | |
parent | 9652efd107f3132e579784176581d962e955bc89 (diff) | |
download | mpd-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.am | 1 |
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) |