Mercurial > pidgin
view plugins/gevolution/Makefile.am @ 10824:8d52201620d0
[gaim-migrate @ 12488]
This changes gaim_conv_window_remove_conversation to take a GaimConversion
pointer to remore instead of an index. Every place just called a function
to get the index before calling it anyway.
This may or may not help the contact aware convo bugs, I didn't test it
yet, but I believe it to be a step in the right direction.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Fri, 15 Apr 2005 00:28:54 +0000 |
| parents | ff4be2d1401d |
| children | 2cc05a9e944d |
line wrap: on
line source
plugindir = $(libdir)/gaim gevolution_la_LDFLAGS = \ -module -avoid-version \ $(EVOLUTION_ADDRESSBOOK_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)/src \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)
