Mercurial > audlegacy-plugins
view src/metronom/Makefile @ 1900:21508f1dca47
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 26 Sep 2007 17:55:00 -0500 |
parents | 7a75609c5b49 96da96b1bbeb |
children | fa2a37d3f7a2 |
line wrap: on
line source
h LUGIN = metronom${PLUGIN_SUFFIX} SRCS = metronom.c plugindir = audacious/${INPUT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}