view src/null/Makefile @ 2674:b84f2aca1675

Fixed js's commit, and few other things.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Jun 2008 01:02:11 +0300
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}