grim/guifications3

bumped the glib dependency to >=2.26.0

2011-05-17, Gary Kramlich
2e22ea40b80f
bumped the glib dependency to >=2.26.0
added a dep on GIO
EXTRA_DIST = \
gf_xmlrpc_client_connection.h \
gf_xmlrpc_private.h \
gf_xmlrpc_server_connection.h
lib_LTLIBRARIES = gflib-xmlrpc.la
gflib_xmlrpc_la_SOURCES = \
gf_xmlrpc_client_connection.c \
gf_xmlrpc_core.c \
gf_xmlrpc_server_connection.c
gflib_xmlrpc_la_LIBADD = \
-lm \
$(GFLIB_LIBS) \
$(GLIB_LIBS) \
$(XMLRPC_LIBS)
gflib_xmlrpc_la_LDFLAGS = -avoid-version -module
INCLUDES = -I$(top_srcdir)
AM_CPPFLAGS = \
-DDATADIR=\"$(datadir)\" \
-DLIBDIR=\"$(libdir)\" \
-DLOCALEDIR=\"$(datadir)/locale\" \
$(GFLIB_CFLAGS) \
$(GLIB_CFLAGS) \
$(XMLRPC_CFLAGS)