mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-02 10:33:23 -05:00
16 lines
320 B
Makefile
16 lines
320 B
Makefile
|
# $Id$
|
||
|
#
|
||
|
sbin_PROGRAMS = mt-daapd
|
||
|
|
||
|
mt_daapd_SOURCES = main.c daapd.h rend.c rend.h uici.c uici.h webserver.c \
|
||
|
webserver.h configfile.c configfile.h err.c err.h restart.c restart.h \
|
||
|
daap-proto.c daap-proto.h daap.c daap.h \
|
||
|
mdns/mDNS.c mdns/mDNSClientAPI.h mdns/mDNSDebug.h mdns/mDNSPosix.c \
|
||
|
mdns/mDNSUNP.c
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|