From e02659f6c0a7ad77fb8e765b0c555342cf3b1752 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 1 Feb 2005 03:20:16 +0000 Subject: will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack to MPD_LIBS in Makefile git-svn-id: https://svn.musicpd.org/mpd/trunk@2919 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index dbde9a3a0..595259c26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,7 @@ mpd_inputPlugins = \ inputPlugins/mod_plugin.c \ inputPlugins/mp3_plugin.c \ inputPlugins/mp4_plugin.c \ + inputPlugins/mpc_plugin.c \ inputPlugins/ogg_plugin.c -- cgit v1.2.3