Mercurial > pidgin
view src/Makefile.am @ 673:ddc3fd0dcd51
[gaim-migrate @ 683]
Made the necessary modifications to allow gaim to save buddy pounces.
I just noticed that you cant _delete_ (remove) a buddy pounce. Woops.
I'll take a look at that. I'll do saving of buddy chats when I get back
from dinner.
Adios.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Sun, 13 Aug 2000 03:15:06 +0000 |
| parents | cf3da01f451c |
| children | aefd5f2b1ea0 |
line wrap: on
line source
if GNOMEAPPLET bin_PROGRAMS = gaim_applet gaim_applet_SOURCES = about.c \ aim.c \ away.c \ browser.c \ buddy.c \ buddy_chat.c \ conversation.c \ dialogs.c \ gaimrc.c \ gnome_applet_mgr.c \ gtkhtml.c \ gtkticker.c \ html.c \ idle.c \ network.c \ oscar.c \ perl.c \ plugins.c \ prefs.c \ proxy.c \ rvous.c \ server.c \ sound.c \ ticker.c \ toc.c \ util.c else bin_PROGRAMS = gaim gaim_SOURCES = about.c \ aim.c \ away.c \ browser.c \ buddy.c \ buddy_chat.c \ conversation.c \ dialogs.c \ gaimrc.c \ gnome_applet_mgr.c \ gtkhtml.c \ gtkticker.c \ html.c \ idle.c \ network.c \ oscar.c \ perl.c \ plugins.c \ prefs.c \ proxy.c \ rvous.c \ server.c \ sound.c \ ticker.c \ toc.c \ util.c endif CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" EXTRA_DIST = gaim.h proxy.h gnome_applet_mgr.h gtkhtml.h gtkticker.h convo.h
