grim/guifications2

Doing this so I can fix our tarball
org.guifications.gf2 gf_2_13beta7
2007-05-01, John Bailey
d9f3834d8f71
Doing this so I can fix our tarball
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
if PLUGINS
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) \
$(GTK_LIBS) \
$(GLIB_LIBS) \
$(PANGOFT2_LIBS) \
$(PIDGIN_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DVERSION=\"$(VERSION)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DLOCALEDIR=\"$(PIDGIN_DATADIR)/locale\" \
$(BINRELOC_CFLAGS) \
$(DEBUG_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS) \
$(PANGOFT2_CFLAGS) \
$(PIDGIN_CFLAGS)