diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 00000000..343ba2ab --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,15 @@ +# $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 + + + + + +