>From 68288c766e80fb2d8cb1ce94bbbe0fcd51b99f15 Mon Sep 17 00:00:00 2001
From: toney <to...@jah-data.(none)>
Date: Sat, 24 Oct 2009 12:37:13 -0700
Subject: [PATCH 3/4] Add hvl_replay.c and hively_decoder.c to Makefile.am.

---
 Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 480acdc..07a56a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,6 +83,7 @@ mpd_headers = \
        src/decoder_list.h \
        src/decoder/_flac_common.h \
        src/decoder/_ogg_common.h \
+       src/decoder/hvl_replay.h \
        src/input_plugin.h \
        src/input_stream.h \
        src/input/file_input_plugin.h \
@@ -478,6 +479,11 @@ if ENABLE_SNDFILE
 DECODER_SRC += src/decoder/sndfile_decoder_plugin.c
 endif
 
+#if ENABLE_HIVELY
+DECODER_SRC += src/decoder/hively_plugin.c
+DECODER_SRC += src/decoder/hvl_replay.c
+#endif
+
 # encoder plugins
 
 ENCODER_CFLAGS = \
-- 
1.6.3.1


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to