grim/guifications1

moved .cvsignore to .hgignore
default tip
2010-12-15, Gary Kramlich
8707c33529f9
moved .cvsignore to .hgignore
can't do much more with this since gaim doesn't exist anymore :)
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 = $(GAIM_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=\"$(GAIM_LIBDIR)/gaim/\" \
-DDATADIR=\"$(GAIM_DATADIR)\" \
$(DEBUG_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS) \
$(GAIM_CFLAGS)