Mercurial > pidgin
view gtk/plugins/gevolution/Makefile.am @ 14219:fe8c31618e6f
[gaim-migrate @ 16900]
i think this should fix the blank version notices
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 20 Aug 2006 14:56:53 +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)