Mercurial > audlegacy-plugins
view src/streambrowser/Makefile @ 3030:c442f8407dcb
Show playlist popup information reliably (Debian bug #460802)
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Fri, 10 Apr 2009 01:46:08 -0400 |
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}