Mercurial > audlegacy-plugins
view src/curl/Makefile @ 1999:3afd18361a10
change the way of duplicating original playback.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Tue, 09 Oct 2007 00:02:50 +0900 |
parents | d9d4b258fbf1 |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = curl${PLUGIN_SUFFIX} SRCS = curl.c plugindir = audacious/${TRANSPORT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${CURL_CFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} ${CURL_LIBS}