Mercurial > audlegacy-plugins
diff src/streambrowser/Makefile @ 2757:4ec0e13208de
added shoutcast icon; fixed some small bugs
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Tue, 01 Jul 2008 21:13:22 +0300 |
parents | 6d6a3eb67510 |
children | bbde87558ec7 |
line wrap: on
line diff
--- a/src/streambrowser/Makefile Tue Jul 01 02:06:01 2008 +0300 +++ b/src/streambrowser/Makefile Tue Jul 01 21:13:22 2008 +0300 @@ -6,11 +6,16 @@ gui/about_win.c \ gui/streambrowser_win.c +DATA = images/shoutcast.png + include ../../buildsys.mk include ../../extra.mk +PACKAGE = audacious + plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} -CFLAGS += ${PLUGIN_CFLAGS} +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} +