Mercurial > pidgin.yaz
view pidgin/plugins/gevolution/Makefile.am @ 15571:165a9e1f5bbc
Do the rename in the man page, and make a few updates. The man page still
needs some serious TLC before release, especially the section on the
Preferences window.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 05 Feb 2007 06:10:07 +0000 |
parents | 5fe8042783c1 |
children | c6e563dfaa7a |
line wrap: on
line source
plugindir = $(libdir)/gaim gevolution_la_LDFLAGS = -module -avoid-version 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 gevolution_la_LIBADD = $(EVOLUTION_ADDRESSBOOK_LIBS) $(GTK_LIBS) endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/libpurple \ -I$(top_srcdir)/pidgin \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)