view pidgin/plugins/gevolution/Makefile.am @ 16015:de619a9523f9

sf patch #1694728, from Andrew Gaul plug 2 memleaks when setting icons. One of them was leaking the size of the icon for Yahoo!, the other was leaking a patch to an icon on the local file system for oscar. Fantastico
author Mark Doliner <mark@kingant.net>
date Sun, 08 Apr 2007 22:29:42 +0000
parents c6e563dfaa7a
children 441945083737
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_srcdir)/pidgin \
	$(EVOLUTION_ADDRESSBOOK_CFLAGS) \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS)