view libfaim/Makefile.am @ 1345:d6e6fcaa1f39

[gaim-migrate @ 1355] ok. messages work. transports sort of work (you'll sign into them if you have them, but you won't see them and you can't add or remove them). resource is not a part of buddy's names, which is a very very big plus, since it means things will work incredibly well now. at some point the resource may be added back somehow but if it is it won't be part of the name. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 21 Dec 2000 13:54:22 +0000
parents 7f7e3bfb1af7
children 1e2cc8c8bf3c
line wrap: on
line source

noinst_LIBRARIES = libfaim.a

EXTRA_DIST = faim/aim.h faim/aim_cbtypes.h faim/faimconfig.h md5.h README \
		README.gaim CHANGES CHANGES.gaim COPYING BUGS AUTHORS

libfaim_a_SOURCES = 	aim_ads.c		\
			aim_auth.c 		\
			aim_buddylist.c		\
			aim_chat.c		\
			aim_chatnav.c		\
			aim_conn.c		\
			aim_ft.c		\
			aim_im.c		\
			aim_info.c		\
			aim_login.c		\
			aim_logoff.c		\
			aim_meta.c		\
			aim_misc.c		\
			aim_msgcookie.c		\
			aim_rxhandlers.c	\
			aim_rxqueue.c		\
			aim_search.c		\
			aim_snac.c		\
			aim_tlv.c		\
			aim_txqueue.c		\
			aim_util.c		\
			md5.c

CFLAGS += -DAIM_BUILDDATE=\"`date +%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\"