owntone-server/src/Makefile.am

39 lines
1.1 KiB
Makefile
Raw Normal View History

2003-10-30 17:42:53 -05:00
# $Id$
#
2003-12-04 18:20:51 -05:00
BUILT_SOURCES=parser.h
AM_YFLAGS=-d
2003-10-30 17:42:53 -05:00
sbin_PROGRAMS = mt-daapd
2003-11-17 11:37:39 -05:00
if COND_REND_POSIX
PRENDSRC=mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c mDNSUNP.c rend-posix.c mDNSPlatformFunctions.h rend-unix.c
2003-11-17 11:37:39 -05:00
endif
2003-10-30 17:42:53 -05:00
2003-11-17 11:37:39 -05:00
if COND_REND_HOWL
HRENDSRC=rend-howl.c rend-unix.c
2003-11-17 11:37:39 -05:00
endif
2003-10-30 17:42:53 -05:00
2003-12-01 00:27:54 -05:00
if COND_REND_OSX
ORENDSRC=rend-osx.c rend-unix.c
2003-12-01 00:27:54 -05:00
endif
if COND_OGGVORBIS
OGGVORBISSRC=ogg.c
endif
2003-11-17 11:37:39 -05:00
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 \
2004-04-06 10:06:16 -04:00
daap-proto.c daap-proto.h daap.c daap.h db-gdbm.c db-memory.h \
mp3-scanner.h mp3-scanner.c playlist.c playlist.h \
2004-04-04 04:23:34 -04:00
rend-unix.h lexer.l parser.y strcasestr.c strcasestr.h strsep.c \
2004-09-18 00:12:43 -04:00
redblack.c redblack.h dynamic-art.c dynamic-art.h query.c query.h \
xml-rpc.h xml-rpc.c ssc.c ssc.h \
$(PRENDSRC) $(ORENDSRC) $(HRENDSRC) $(OGGVORBISSRC)
2003-10-30 17:42:53 -05:00
2004-03-29 12:55:17 -05:00
EXTRA_DIST = mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c \
mDNSUNP.c mDNSPlatformFunctions.h mDNSPosix.h mDNSUNP.h \
rend-howl.c rend-posix.c rend-osx.c db-memory.c \
db-gdbm.c strcasestr.h redblack.c redblack.h db-memory.c \
parser.h ogg.c