Mercurial > audlegacy-plugins
view src/streambrowser/Makefile @ 2848:fbb32674bfd2
click on a stream updates; more comments; more proper stream icons
| author | Calin Crisan ccrisan@gmail.com |
|---|---|
| date | Mon, 28 Jul 2008 23:43:31 +0300 |
| parents | 779125caa3ac |
| children | c27da2c06805 |
line wrap: on
line source
PLUGIN = streambrowser${PLUGIN_SUFFIX} SRCS = streambrowser.c \ streamdir.c \ shoutcast.c \ xiph.c \ gui/about_win.c \ gui/streambrowser_win.c DATA = images/shoutcast.png \ images/xiph.png \ images/streambrowser-16x16.png \ images/streambrowser-64x64.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}
