grim/guifications1

This should fix the Mdk 9.1 RPM building bug reported on the forums a while ago
EXTRA_DIST = \
Makefile.mingw \
guifications.h \
gf_conf.h \
gf_prefs.h \
gf_utils.h \
gf_pngs.h \
gf_gtkutils.h \
gf_types.h
plugindir = $(libdir)/gaim
guifications_la_LDFLAGS = -module -avoid-version
if PLUGINS
plugin_LTLIBRARIES = guifications.la
guifications_la_SOURCES = \
guifications.c \
gf_conf.c \
gf_prefs.c \
gf_utils.c \
gf_pngs.c \
gf_gtkutils.c
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(libdir)/gaim/\" \
-DDATADIR=\"$(datadir)\" \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
$(DEBUG_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS) \
$(GAIM_CFLAGS)