view libfaim/Makefile.am @ 228:f3b61c04f44e

[gaim-migrate @ 238] Buddy lists (and changes) are cached to ~/.gaimbdcache_<sn> where <sn> is your screen name (folder to uppercase). If for some reason, you log into the AOL server and the buddy list comes back empty, we check for a cache file, and, if we find one, read it in. This essentially implements recovery from a server crash at AOL (AOL does not back up machines that contain TOC-based buddy lists, unfortunately). committer: Tailor Script <tailor@pidgin.im>
author Syd Logan <slogan>
date Wed, 10 May 2000 07:41:25 +0000
parents 68b230f8da5f
children 6ced2f1c8b24
line wrap: on
line source

noinst_LIBRARIES = $(LIBFAIM_DO)

EXTRA_LIBRARIES = libfaim.a

EXTRA_DIST = aim.h faimconfig.h

libfaim_a_SOURCES = aim_chatnav.c aim_info.c aim_rxhandlers.c \
                    aim_tlv.c aim_auth.c aim_conn.c aim_login.c \
                    aim_rxqueue.c aim_txqueue.c aim_buddylist.c \
                    aim_global.c aim_logoff.c aim_search.c aim_util.c \
                    aim_chat.c aim_im.c aim_misc.c aim_snac.c

CFLAGS += $(GAIM_CFLAGS) -I../src