view src/null/Makefile @ 3024:965c0df4ae84

Patch from John Lindgren to skip corrupted frames, from Debian bug #514674.
author Tony Vroon <chainsaw@gentoo.org>
date Thu, 09 Apr 2009 23:58:13 +0100
parents 134deb25be83
children
line wrap: on
line source

PLUGIN = null${PLUGIN_SUFFIX}

SRCS = null.c

include ../../buildsys.mk
include ../../extra.mk

plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR}

CFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS}   ${MOWGLI_CFLAGS} -I../..
LIBS += ${GTK_LIBS} ${GLIB_LIBS}