Mercurial > audlegacy-plugins
view src/daap/xmms2-daap/Makefile @ 3110:a522493de76e
Set up a hook_call for showing the main menu, since it's implemented in a plugin now (fixes #38).
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Sat, 02 May 2009 11:16:23 -0400 |
parents | 03a2bb1c521e |
children |
line wrap: on
line source
STATIC_LIB_NOINST = xmms2-daap.a SRCS = 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 include ../../../buildsys.mk include ../../../extra.mk #For the moment i'm hardcoding it but it will be configurable #MDNS_IMPL=DAAP_MDNS_DNSSD MDNS_IMPL=DAAP_MDNS_AVAHI #MDNS_IMPL=DAAP_MDNS_DUMMY WARN = -Wall -std=c99 DEFINES = -D${MDNS_IMPL} -D_POSIX_SOURCE CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${PICFLAGS} ${WARN} ${DEFINES} LIBS += ${GLIB_LIBS}