view src/stdio/Makefile @ 2983:828fa2348ac9

Add datarootdir as a variable. Not having it causes loud whining from autoconf.
author Tony Vroon <chainsaw@gentoo.org>
date Sat, 01 Nov 2008 23:44:11 +0000
parents 134deb25be83
children
line wrap: on
line source

PLUGIN = stdio${PLUGIN_SUFFIX}

SRCS = stdio.c

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

plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR}

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