mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Move wavstreamer to tools
This commit is contained in:
parent
023e034020
commit
3a55c153b8
@ -1,6 +1,6 @@
|
||||
|
||||
EXTRA_DIST = configure CREDITS
|
||||
SUBDIRS=src admin-root contrib
|
||||
SUBDIRS = src tools admin-root contrib
|
||||
|
||||
|
||||
|
||||
|
@ -133,4 +133,4 @@ AC_SUBST(V_NETLIBS)
|
||||
|
||||
AC_DEFINE_UNQUOTED(HOST, "$host", [host triplet])
|
||||
|
||||
AC_OUTPUT(src/Makefile src/plugins/Makefile admin-root/Makefile admin-root/lib-js/Makefile admin-root/lib-js/script.aculo.us/Makefile contrib/Makefile contrib/init.d/Makefile Makefile)
|
||||
AC_OUTPUT(src/Makefile src/plugins/Makefile tools/Makefile admin-root/Makefile admin-root/lib-js/Makefile admin-root/lib-js/script.aculo.us/Makefile contrib/Makefile contrib/init.d/Makefile Makefile)
|
||||
|
@ -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 \
|
||||
|
4
tools/Makefile.am
Normal file
4
tools/Makefile.am
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
bin_PROGRAMS = wavstreamer
|
||||
|
||||
wavstreamer_SOURCES = wavstreamer.c
|
Loading…
Reference in New Issue
Block a user