view plugins/gevolution/Makefile.am @ 12296:2f4577ae3810

[gaim-migrate @ 14600] I give you an Accounts menu. The patch is up at http://www.eden.rutgers.edu/~deryni/accounts_menu.diff in case people hate it and want it gone. Currently there is both a Remove Account menu, and a Remove option for each account. I couldn't decide which I liked better and didn't get any good consensus about it the times I asked. I also left the Accounts dialog and menu item, because there are still a few things that you can only do (or are much easier) from there. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 02 Dec 2005 19:33:14 +0000
parents 2cc05a9e944d
children
line wrap: on
line source

plugindir = $(libdir)/gaim

gevolution_la_LDFLAGS = \
	-module -avoid-version \
	$(EVOLUTION_ADDRESSBOOK_LIBS) \
	$(GTK_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 \
	eds-utils.c

endif

gevolution_la_LIBADD = 

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