Mercurial > pidgin
view gtk/plugins/gevolution/Makefile.am @ 15325:ac460d00e235
[gaim-migrate @ 18116]
baby steps toward having correct path handling...others can feel free to chime in and fix stuff
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 12 Jan 2007 22:48:13 +0000 (2007-01-12) |
parents | 69590c55c748 |
children |
line wrap: on
line source
plugindir = $(libdir)/gaim 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)/libgaim \ -I$(top_srcdir)/gtk \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)