Mercurial > audlegacy-plugins
view src/streambrowser/Makefile @ 3106:a0628e5f3074
gio: fix FD leak
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 30 Apr 2009 12:35:54 -0500 |
parents | 12a6def8a4b8 |
children |
line wrap: on
line source
PLUGIN = streambrowser${PLUGIN_SUFFIX} SRCS = streambrowser.c \ streamdir.c \ shoutcast.c \ xiph.c \ bookmarks.c \ gui/streambrowser_win.c DATA = images/shoutcast.png \ images/xiph.png \ images/bookmarks.png \ images/streambrowser-16x16.png \ images/streambrowser-64x64.png include ../../buildsys.mk include ../../extra.mk PACKAGE = audlegacy 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}