owntone-server/src/Makefile.am

38 lines
1.1 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_FLAC
FLACSRC=scan-flac.c
endif
2005-11-01 23:45:25 -05:00
if COND_MUSEPACK
MUSEPACKSRC=scan-mpc.c
endif
mt_daapd_CPPFLAGS = -D_GNU_SOURCE @AVAHI_CFLAGS@ @SQLITE3_CFLAGS@ @FFMPEG_CFLAGS@ @CONFUSE_CFLAGS@ @TAGLIB_CFLAGS@ @MINIXML_CFLAGS@
mt_daapd_LDADD = @AVAHI_LIBS@ @SQLITE3_LIBS@ @FFMPEG_LIBS@ @CONFUSE_LIBS@ @FLAC_LIBS@ @TAGLIB_LIBS@ @LIBEVENT_LIBS@ @LIBAVL_LIBS@ @MINIXML_LIBS@ @LIBDL@
mt_daapd_LDFLAGS = -export-dynamic
2009-04-07 13:51:47 -04:00
mt_daapd_SOURCES = main.c daapd.h webserver.c \
2009-04-01 13:13:23 -04:00
webserver.h configfile.c configfile.h err.c err.h \
conffile.c conffile.h \
filescanner.c filescanner.h \
filescanner_ffmpeg.c filescanner_urlfile.c filescanner_m3u.c \
2009-04-07 13:32:47 -04:00
mdns_avahi.c mdns_avahi.h \
2009-04-22 15:25:41 -04:00
httpd.c httpd.h \
httpd_rsp.c httpd_rsp.h \
db-generic.c db-generic.h ff-plugins.c ff-plugins.h \
scan-wma.c \
smart-parser.c smart-parser.h xml-rpc.c xml-rpc.h \
util.c util.h \
plugin.c plugin.h db-sql-updates.c \
io.h io.c io-errors.h io-plugin.h \
db-sql.c db-sql.h db-sql-sqlite3.c db-sql-sqlite3.h\
$(FLACSRC) $(MUSEPACKSRC)
2003-10-30 17:42:53 -05:00
2009-04-01 09:09:25 -04:00
EXTRA_DIST = scan-mpc.c \
2009-04-05 04:56:53 -04:00
scan-flac.c \
conf.h \
ff-plugins.h ff-dbstruct.h ff-plugin-events.h