view libfaim/Makefile.am @ 1250:b5783215b245

[gaim-migrate @ 1260] decklin's clean up of the account editor, much needed. indent -kr -i8 -l105 -ncs -cp7 -npcs -T GtkWidget -T gpointer -T AppletCallbackFunc -T GtkFunction -T gaim_plugin_remove -T name -T FILE -T gchar -T user_opts -T GdkEvent -T GtkObject ... did about.c, aim.c, away.c, browser.c, buddy_chat.c, gaimrc.c, html.c, idle.c, multi.c. Need to do buddy.c, conversation.c, dialogs.c, oscar.c, perl.c, plugins.c, prefs.c, proxy.c, prpl.c, rvous.c, server.c, sound.c, toc.c, util.c. not doing gtkhtml.c because it's a piece of crap anyway, or *ticker.c because they're syd's. got rid of debug_buff, just debug_printf now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Dec 2000 20:18:35 +0000
parents 58a6e6e26695
children 338b8ac6bdab
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`\"