Mercurial > pidgin.yaz
view pidgin/plugins/gevolution/Makefile.am @ 21918:3ef7dae7c804
merge of '488405b28c709cbc7ca2a9df39974b06209fe0f1'
and '7f9a61ac7dcaaac138e3e0fb8af8d084c0ebe023'
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Fri, 21 Dec 2007 19:38:21 +0000 |
parents | 0dcd915899ae |
children | 315151da0dc6 92e71f6e10d4 |
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)\" \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ -I$(top_srcdir)/pidgin \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)