grim/guifications3

some updates for the removal of gf_gtk_intl.h
cmake
2010-12-13, Gary Kramlich
41894a7595ee
some updates for the removal of gf_gtk_intl.h
EXTRA_DIST=\
events.h
gfdir=$(PURPLE_LIBDIR)
gf_LTLIBRARIES=guifications3.la
guifications3_la_LDFLAGS=-module -avoid-version
guifications3_la_SOURCES=\
events.c \
purple-guifications.c
guifications3_la_LIBADD=\
$(GFLIB_LIBS) \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
AM_CPPFLAGS=\
-DGF_VERSION=\"$(VERSION)\" \
-DDATADIR=\"$(datadir)\" \
-DLOCALEDIR=\"$(datadir)/locale\" \
$(DEBUG_CFLAGS) \
$(GFLIB_CFLAGS) \
$(GLIB_CFLAGS) \
$(PURPLE_CFLAGS)