grim/guifications2

hacking on gf_display.c got some stuff left to do in it, but need to finish getting the build mostly working
SUBDIRS =
DIST_SUBDIRS = win32 x11
EXTRA_DIST = \
gf_action.h \
gf_blist.h \
gf_display.h \
gf_event.h \
gf_event_info.h \
gf_file.h \
gf_gtk_utils.h \
gf_internal.h \
gf_item.h \
gf_item_icon.h \
gf_item_image.h \
gf_item_offset.h \
gf_item_text.h \
gf_menu.h \
gf_notification.h \
gf_preferences.h \
gf_stock.h \
gf_theme.h \
gf_theme_editor.h \
gf_theme_info.h \
gf_theme_ops.h \
gf_utils.h \
Makefile.mingw
gfdir = $(PIDGIN_LIBDIR)/pidgin
guifications_la_LDFLAGS = -module -avoid-version
gf_LTLIBRARIES = guifications.la
guifications_la_SOURCES = \
gf_action.c \
gf_blist.c \
gf_display.c \
gf_event.c \
gf_event_info.c \
gf_file.c \
gf_gtk_utils.c \
gf_item.c \
gf_item_icon.c \
gf_item_image.c \
gf_item_offset.c \
gf_item_text.c \
gf_menu.c \
gf_notification.c \
gf_preferences.c \
gf_stock.c \
gf_theme.c \
gf_theme_editor.c \
gf_theme_info.c \
gf_theme_ops.c \
gf_utils.c \
guifications.c
guifications_la_LIBADD = \
$(BINRELOC_LIBS) \
$(CAIRO_LIBS) \
$(GTK_LIBS) \
$(GLIB_LIBS) \
$(PANGOFT2_LIBS) \
$(PIDGIN_LIBS) \
$(PURPLE_LIBS)
if USE_X11
guifications_la_LIBADD += x11/libguifications-x11.la
SUBDIRS += x11
endif
if USE_WIN32
guifications_la_LIBADD += win32/libguifications-win32.la
SUBDIRS += win32
endif
AM_CPPFLAGS = \
-DVERSION=\"$(VERSION)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DLOCALEDIR=\"$(PIDGIN_DATADIR)/locale\" \
$(BINRELOC_CFLAGS) \
$(CAIRO_CFLAGS) \
$(DEBUG_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS) \
$(PANGOFT2_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(PURPLE_CFLAGS)