From 98fd9b7da8547efe81d473371bb3ca7620c7b2b2 Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 16 Dec 2008 21:45:59 +0100 Subject: archiveapi: archive plugin for BZ2 files --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 006feeaa5..e694f3325 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -173,6 +173,12 @@ if HAVE_ID3TAG mpd_SOURCES += tag_id3.c endif +# archive plugins + +if HAVE_BZ2 +mpd_SOURCES += archive/bz2_plugin.c +endif + # decoder plugins -- cgit v1.2.3