diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-02-01 03:20:16 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-02-01 03:20:16 +0000 |
commit | e02659f6c0a7ad77fb8e765b0c555342cf3b1752 (patch) | |
tree | cb8f0e9625b58879e0bf8d32dda3334562679768 /src/Makefile.am | |
parent | 9c218e487d449927022c845767491a277c61fecc (diff) | |
download | mpd-e02659f6c0a7ad77fb8e765b0c555342cf3b1752.tar.gz mpd-e02659f6c0a7ad77fb8e765b0c555342cf3b1752.tar.xz mpd-e02659f6c0a7ad77fb8e765b0c555342cf3b1752.zip |
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
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |