view plugins/gevolution/Makefile.am @ 9580:b8d8571877df

[gaim-migrate @ 10423] "I have attached two i18n patches: i18n68.patch: - added src/protocols/yahoo/ycht.c to po/POTFILES.in i18n69.patch: - added POTFILES.in.noi18n to po/.cvsignore - a POTFILES.in.noi18n file will be placed in po/ if "update.pl -M" detects files in po/POTFILES.in which do not contain any i18n string" --Bjoern Voigt committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 23 Jul 2004 12:25:01 +0000
parents 52473ca8f2e5
children ff4be2d1401d
line wrap: on
line source

plugindir = $(libdir)/gaim

gevolution_la_LDFLAGS = \
	-module -avoid-version \
	$(EVOLUTION_ADDRESSBOOK_LIBS)

if PLUGINS

plugin_LTLIBRARIES = gevolution.la

gevolution_la_SOURCES = \
	add_buddy_dialog.c \
	assoc-buddy.c \
	gevolution.c \
	gevolution.h \
	gevo-util.c \
	new_person_dialog.c

endif

gevolution_la_LIBADD = 

AM_CPPFLAGS = \
	-DDATADIR=\"$(datadir)\" \
	-DVERSION=\"$(VERSION)\" \
	-I$(top_srcdir)/src \
	$(EVOLUTION_ADDRESSBOOK_CFLAGS) \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS)