Mercurial > audlegacy-plugins
view src/tonegen/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 | 73d6306b4852 96da96b1bbeb |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = tonegen${PLUGIN_SUFFIX} SRCS = tonegen.c plugindir = audacious/${INPUT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}