view pidgin/plugins/gevolution/Makefile.am @ 18737:3f965b7c7ffa

merge of '966f1125e1910ec58ae63a175dc5efe1fd3e10e0' and 'c2cc31f23a71f23062555721f8101fc9c997bae2'
author Mark Doliner <mark@kingant.net>
date Sun, 29 Jul 2007 21:12:17 +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)