view src/vtx/Makefile @ 1992:6055af71fe07

It's plugin.h not vfs.h
author Christian Birchinger <joker@netswarm.net>
date Sun, 07 Oct 2007 23:35:47 +0200
parents 21508f1dca47
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}