Mercurial > pidgin
view plugins/gevolution/Makefile.am @ 8673:5891a1a6fc7e
[gaim-migrate @ 9425]
(10:55:19) nosnilmot: LSchiere: at least part of that spellchk patch looks
wrong - why connect to all 3 of writing-im, writing-chat and sending-im ?
writing-* is supposed to allow changing the message before it is either
displayed or sent...
(10:56:53) nosnilmot: LSchiere: and I can't reproduce the problem described
in the patch/bug report (both sent and displayed are actually replaced) -
KingAnt already fixed this once
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Fri, 16 Apr 2004 14:58:10 +0000 |
| parents | 52473ca8f2e5 |
| children | ff4be2d1401d |
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 endif gevolution_la_LIBADD = AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/src \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)
