owntone-server/src/Makefile.am

45 lines
1.2 KiB
Makefile
Raw Normal View History

2009-04-01 12:59:32 -04:00
SUBDIRS = plugins
2003-12-04 18:20:51 -05:00
2003-10-30 17:42:53 -05:00
sbin_PROGRAMS = mt-daapd
if COND_OGGVORBIS
OGGVORBISSRC=scan-ogg.c
endif
if COND_FLAC
FLACSRC=scan-flac.c
endif
2005-11-01 23:45:25 -05:00
if COND_MUSEPACK
MUSEPACKSRC=scan-mpc.c
endif
2007-04-13 17:37:42 -04:00
if COND_UPNP
UPNP=upnp.c upnp.h
endif
mt_daapd_CPPFLAGS = @AVAHI_CFLAGS@ @SQLITE3_CFLAGS@ @FFMPEG_CFLAGS@ @ID3TAG_CFLAGS@ @OGGVORBIS_CFLAGS@ @TAGLIB_CFLAGS@
mt_daapd_LDADD = @AVAHI_LIBS@ @SQLITE3_LIBS@ @FFMPEG_LIBS@ @ID3TAG_LIBS@ @OGGVORBIS_LIBS@ @FLAC_LIBS@ @TAGLIB_LIBS@ @LIBICONV@ @LIBDL@
mt_daapd_SOURCES = main.c daapd.h rend.h webserver.c \
2009-04-01 13:13:23 -04:00
webserver.h configfile.c configfile.h err.c err.h \
2009-04-01 09:09:25 -04:00
mp3-scanner.h mp3-scanner.c \
filescanner_ffmpeg.c \
db-generic.c db-generic.h ff-plugins.c ff-plugins.h \
2009-04-05 04:48:44 -04:00
rxml.c rxml.h redblack.c redblack.h scan-mp3.c \
2009-04-05 04:49:10 -04:00
scan-xml.c scan-wma.c scan-aac.c scan-aac.h scan-url.c \
smart-parser.c smart-parser.h xml-rpc.c xml-rpc.h \
os.h ll.c ll.h conf.c conf.h compat.c compat.h util.c util.h \
2006-06-29 02:21:41 -04:00
os-unix.h os-unix.c os.h plugin.c plugin.h db-sql-updates.c \
io.h io.c io-errors.h io-plugin.h \
rend-avahi.c \
db-sql.c db-sql.h db-sql-sqlite3.c db-sql-sqlite3.h\
$(OGGVORBISSRC) \
$(FLACSRC) $(MUSEPACKSRC) \
2007-04-13 17:37:42 -04:00
$(UPNP)
2003-10-30 17:42:53 -05:00
2009-04-01 09:09:25 -04:00
EXTRA_DIST = scan-mpc.c \
scan-ogg.c scan-flac.c \
2007-09-03 22:40:22 -04:00
ff-plugins.h ff-dbstruct.h upnp.c upnp.h ff-plugin-events.h