add external database update program (mtd-update)

This commit is contained in:
Ron Pedde
2006-04-10 04:18:38 +00:00
parent 92e967e78c
commit c7cc788a1d
6 changed files with 496 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
#
sbin_PROGRAMS = mt-daapd
bin_PROGRAMS = wavstreamer
bin_PROGRAMS = wavstreamer mtd-update
if COND_REND_POSIX
PRENDSRC=mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c mDNSUNP.c \
@@ -45,6 +45,13 @@ if COND_GDBM
GDBM=db-gdbm.c db-gdbm.h
endif
mtd_update_SOURCES = mtd-update.c db-sql-sqlite2.c db-sql-sqlite2.h \
db-sql-sqlite3.c db-sql-sqlite3.h conf.c conf.h ll.c ll.h \
db-sql.c db-sql.h db-generic.c db-generic.h smart-parser.c \
smart-parser.h err.c err.h os-unix.c os.h xml-rpc.c xml-rpc.h \
restart.c restart.h uici.c uici.h ssc.c ssc.h \
webserver.c webserver.h $(PRENDSRC) $(ORENDSRC) $(HRENDSRC)
wavstreamer_SOURCES = wavstreamer.c
mt_daapd_SOURCES = main.c daapd.h rend.h uici.c uici.h webserver.c \