Mercurial > pidgin
diff gtk/plugins/gevolution/Makefile.am @ 14191:009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
16854:16861, due to some vagaries of the way the original renames were
done. Witness that monotone can do in one revision what svn had to
spread across several.
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Sat, 16 Dec 2006 04:59:55 +0000 |
| parents | |
| children | 60b1bc8dbf37 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk/plugins/gevolution/Makefile.am Sat Dec 16 04:59:55 2006 +0000 @@ -0,0 +1,32 @@ +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)/core \ + -I$(top_srcdir)/gtk \ + $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ + $(DEBUG_CFLAGS) \ + $(GTK_CFLAGS)
