Mercurial > audlegacy-plugins
view src/streambrowser/Makefile @ 2763:bbde87558ec7
integrated streambrowser into the main buildsystem
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Thu, 03 Jul 2008 02:02:19 +0300 |
parents | 4ec0e13208de |
children | f9c6a9cb442e |
line wrap: on
line source
PLUGIN = streambrowser${PLUGIN_SUFFIX} SRCS = streambrowser.c \ streamdir.c \ shoutcast.c \ gui/about_win.c \ gui/streambrowser_win.c DATA = images/shoutcast.png include ../../buildsys.mk include ../../extra.mk PACKAGE = audacious plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} ${BEEP_DEFINES} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${XML_CPPFLAGS} ${ARCH_DEFINES} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} ${XML_LIBS}