Add Timo's wavstreamer

This commit is contained in:
Ron Pedde
2005-02-27 03:34:07 +00:00
parent 52074343b4
commit f43da69cf7
3 changed files with 403 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ BUILT_SOURCES=parser.h
AM_YFLAGS=-d
sbin_PROGRAMS = mt-daapd
bin_PROGRAMS = wavstreamer
if COND_REND_POSIX
PRENDSRC=mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c mDNSUNP.c rend-posix.c mDNSPlatformFunctions.h rend-unix.c
@@ -26,6 +27,8 @@ if COND_FLAC
FLACSRC=flac.c
endif
wavstreamer_SOURCES = wavstreamer.c
mt_daapd_SOURCES = main.c daapd.h rend.h uici.c uici.h webserver.c \
webserver.h configfile.c configfile.h err.c err.h restart.c restart.h \
daap-proto.c daap-proto.h daap.c daap.h db-gdbm.c db-memory.h \