Mercurial > audlegacy-plugins
comparison src/streambrowser/Makefile @ 2570:28498c0bde64
Initial commit for the streambrowser plugin
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Sat, 17 May 2008 02:50:10 +0300 |
parents | |
children | 6d6a3eb67510 |
comparison
equal
deleted
inserted
replaced
2569:049f212e7e00 | 2570:28498c0bde64 |
---|---|
1 PLUGIN = streambrowser${PLUGIN_SUFFIX} | |
2 | |
3 SRCS = streambrowser.c \ | |
4 streamdir.c \ | |
5 shoutcast.c | |
6 | |
7 include ../../buildsys.mk | |
8 include ../../extra.mk | |
9 | |
10 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | |
11 | |
12 CFLAGS += ${PLUGIN_CFLAGS} | |
13 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${XML_CPPFLAGS} ${ARCH_DEFINES} -I../.. | |
14 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} ${XML_LIBS} |