Mercurial > audlegacy-plugins
view src/streambrowser/Makefile @ 2810:b1e4929e0990
fixed temporary files deletion
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Sat, 12 Jul 2008 13:47:22 +0300 |
parents | f9c6a9cb442e |
children | cc6f02424609 |
line wrap: on
line source
PLUGIN = streambrowser${PLUGIN_SUFFIX} SRCS = streambrowser.c \ streamdir.c \ shoutcast.c \ gui/about_win.c \ gui/streambrowser_win.c DATA = images/shoutcast.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}