view gtk/plugins/gevolution/Makefile.am @ 14521:a679de8b43a0

[gaim-migrate @ 17241] We don't need to see this log. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Mon, 11 Sep 2006 03:39:40 +0000
parents 60b1bc8dbf37
children 69590c55c748
line wrap: on
line source

plugindir = $(libdir)/gaim

gevolution_la_LDFLAGS = \
	-module -avoid-version \
	$(EVOLUTION_ADDRESSBOOK_LIBS) \
	$(GTK_LIBS)

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

endif

gevolution_la_LIBADD = 

AM_CPPFLAGS = \
	-DDATADIR=\"$(datadir)\" \
	-DVERSION=\"$(VERSION)\" \
	-I$(top_srcdir)/libgaim \
	-I$(top_srcdir)/gtk \
	$(EVOLUTION_ADDRESSBOOK_CFLAGS) \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS)