Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2736:4d9540bcd7e2 | 2757:4ec0e13208de |
|---|---|
| 4 streamdir.c \ | 4 streamdir.c \ |
| 5 shoutcast.c \ | 5 shoutcast.c \ |
| 6 gui/about_win.c \ | 6 gui/about_win.c \ |
| 7 gui/streambrowser_win.c | 7 gui/streambrowser_win.c |
| 8 | 8 |
| 9 DATA = images/shoutcast.png | |
| 10 | |
| 9 include ../../buildsys.mk | 11 include ../../buildsys.mk |
| 10 include ../../extra.mk | 12 include ../../extra.mk |
| 11 | 13 |
| 14 PACKAGE = audacious | |
| 15 | |
| 12 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | 16 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
| 13 | 17 |
| 14 CFLAGS += ${PLUGIN_CFLAGS} | 18 CFLAGS += ${PLUGIN_CFLAGS} ${BEEP_DEFINES} |
| 15 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${XML_CPPFLAGS} ${ARCH_DEFINES} -I../.. | 19 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${XML_CPPFLAGS} ${ARCH_DEFINES} -I../.. |
| 16 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} ${XML_LIBS} | 20 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} ${XML_LIBS} |
| 21 |
