Mercurial > pidgin.yaz
view pidgin/plugins/gevolution/Makefile.am @ 16886:86f5fc8e6aa5
merge of 'ad9bb588fbd8b674c2bcc3cc1260a0f0dd68c01d'
and 'e694724605740432fe5ff0724182533eedaf1fd6'
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 04 May 2007 05:19:18 +0000 |
parents | 441945083737 |
children | 0dcd915899ae |
line wrap: on
line source
plugindir = $(libdir)/pidgin 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_builddir)/libpurple \ -I$(top_srcdir)/pidgin \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)