grim/guifications1

close this branch since the hg conversion opened it again (this was the original branch name from my initial cvs import back in 2003)
EXTRA_DIST = \
README \
README.WIN32 \
INSTALL \
INSTALL.WIN32 \
TODO \
ChangeLog \
Makefile.mingw
SUBDIRS = pixmaps
plugindir = $(libdir)/gaim
guificat_la_LDFLAGS = -module -avoid-version
if PLUGINS
plugin_LTLIBRARIES = guificat.la
guificat_la_SOURCES = \
guifications.c \
guificatoins.h \
gf_conf.c \
gf_conf.h \
gf_prefs.c \
gf_prefs.h \
gf_utils.c \
gf_utils.h \
gf_pngs.c \
gf_pngs.h
bin_PROGRAMS = gf_theme_edit
gf_theme_edit_SOURCES = \
gf_theme_editor.c \
gf_pngs.c \
grimdirtreeview.c
gf_theme_edit_DEPENDENCIES = \
@LIBOBJS@ \
$(top_srcdir)/src/xmlnode.o
gf_theme_edit_LDADD = \
@LIBOBJS@ \
$(GLIB_LIBS) \
$(GTK_LIBS) \
$(top_srcdir)/src/xmlnode.o
endif
AM_CPPFLAGS = \
-DDATADIR=\"$(datadir)\" \
-DVERSION=\"$(VERSION)\" \
-I$(top_srcdir)/src \
$(DEBUG_CFLAGS) \
$(GTK_CFLAGS)