Move wavstreamer to tools

This commit is contained in:
Julien BLACHE
2009-04-02 12:11:29 +02:00
parent 023e034020
commit 3a55c153b8
5 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
SUBDIRS = plugins
sbin_PROGRAMS = mt-daapd
bin_PROGRAMS = wavstreamer
if COND_OGGVORBIS
OGGVORBISSRC=scan-ogg.c
@@ -21,8 +20,6 @@ UPNP=upnp.c upnp.h
endif
wavstreamer_SOURCES = wavstreamer.c
mt_daapd_CPPFLAGS = @AVAHI_CFLAGS@ @SQLITE3_CFLAGS@ @ID3TAG_CFLAGS@ @OGGVORBIS_CFLAGS@ @TAGLIB_CFLAGS@
mt_daapd_LDADD = @AVAHI_LIBS@ @SQLITE3_LIBS@ @ID3TAG_LIBS@ @OGGVORBIS_LIBS@ @FLAC_LIBS@ @TAGLIB_LIBS@ @LIBICONV@
mt_daapd_SOURCES = main.c daapd.h rend.h webserver.c \