Mercurial > audlegacy-plugins
view src/rocklight/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 14:03:31 -0500 |
| parents | 8b5fbdd98c0e |
| children | eed7c270e8dd |
line wrap: on
line source
PLUGIN = rocklight${PLUGIN_SUFFIX} SRCS = rocklight.c sysled.c thinklight.c plugindir = audacious/${VISUALIZATION_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
