Mercurial > audlegacy-plugins
diff src/daap/xmms2-daap/Makefile @ 1407:776dd8fc2b38
DAAP plugin (work in progress)
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Sun, 05 Aug 2007 00:26:21 +0300 |
parents | |
children | 69bff388b0f8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/daap/xmms2-daap/Makefile Sun Aug 05 00:26:21 2007 +0300 @@ -0,0 +1,24 @@ +include ../../../mk/rules.mk +include ../../../mk/init.mk + +OBJECTIVE_LIBS_NOINST= xmms2-daap.a + +SOURCES= cc_handlers.c \ + daap_conn.c \ + daap_cmd.c \ + daap_md5.c \ + daap_util.c \ + daap_mdns_dnssd.c \ + daap_mdns_avahi.c \ + daap_mdns_dummy.c + +# daap_xform.c +LIBADD = $(GLIB_LIBS) + + +CFLAGS = $(GLIB_CFLAGS) -I/usr/include -std=c99 -Wall # -H -v + +#CFLAGS += $(PICFLAGS) $(ARCH_DEFINES) $(CURL_CFLAGS) -c -I../../../intl -I../../.. -I/usr/include -Wall -std=c99 -H -v +OBJECTS=${SOURCES:.c=.o} + +include ../../../mk/objective.mk