Mercurial > audlegacy-plugins
view src/vtx/Makefile @ 1883:96da96b1bbeb
Even more Makefile fixes.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 26 Sep 2007 15:02:18 +0200 |
parents | eed7c270e8dd |
children | 21508f1dca47 |
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} ${LIBMOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. -I. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}