comparison src/gio/Makefile @ 3081:4e3712e142b4

gio: merge experimental GIO plugin. not everything is implemented yet (getc/ungetc).
author William Pitcock <nenolod@atheme.org>
date Wed, 29 Apr 2009 19:26:49 -0500
parents
children 2a8eb3450ea4
comparison
equal deleted inserted replaced
3080:1f13c07c4d80 3081:4e3712e142b4
1 PLUGIN = gio${PLUGIN_SUFFIX}
2
3 SRCS = gio.c
4
5 include ../../buildsys.mk
6 include ../../extra.mk
7
8 plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR}
9
10 CFLAGS += ${PLUGIN_CFLAGS}
11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../..
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS}