view libfaim/Makefile.am @ 243:3414ff74cb0f

[gaim-migrate @ 253] Sat May 20 09:56:16 UTC 2000 EWarmenhoven - That 2 second delay in updates is gone, and I think it's actually faster than the TOC code now. - I figured out why it was segfaulting. I'm stupid sometimes. - I figured out why the idle times were appearing bizarrely. Once again, I'm stupid sometimes. - You can now be idle - You can now get a user's info (sort of - use the debug window) (still no away messages though....) - You can now be away - You can now set your info (but not your dir info - yet) - I think it's almost at a point where it's ready for use. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 20 May 2000 10:03:16 +0000
parents 6ced2f1c8b24
children 7615d22ad227
line wrap: on
line source

noinst_LIBRARIES = $(LIBFAIM_DO)

EXTRA_LIBRARIES = libfaim.a

EXTRA_DIST = aim.h aim_cbtypes.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
libfaim_a_SOURCES = aim_auth.c aim_buddylist.c aim_chat.c aim_chatnav.c \
		    aim_conn.c aim_im.c aim_info.c aim_login.c \
		    aim_logoff.c aim_misc.c aim_rxhandlers.c aim_rxqueue.c \
		    aim_search.c aim_snac.c aim_tlv.c aim_txqueue.c aim_util.c

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