Mercurial > audlegacy-plugins
view src/vtx/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 | d72fb4c70037 96da96b1bbeb |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = vtx${PLUGIN_SUFFIX} SRCS = about.c \ ay8912.c \ config.c \ info.c \ lh5dec.c \ vtx.c \ vtxfile.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../.. -I. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}