Mercurial > audlegacy-plugins
view src/streambrowser/Makefile @ 2779:ada024f94eb4
added very basic buffering implementation; added server port configuration control
| author | Andrew O. Shadoura <bugzilla@tut.by> |
|---|---|
| date | Thu, 03 Jul 2008 15:42:00 +0300 |
| parents | 28498c0bde64 |
| children | 6d6a3eb67510 |
line wrap: on
line source
PLUGIN = streambrowser${PLUGIN_SUFFIX} SRCS = streambrowser.c \ streamdir.c \ shoutcast.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${XML_CPPFLAGS} ${ARCH_DEFINES} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} ${XML_LIBS}
