view libfaim/Makefile.am @ 1311:338b8ac6bdab

[gaim-migrate @ 1321] lots of changes to the build process. plugins and libfaim don't compile with things they probably won't need. jabber got added, for real, instead of just in cvs. hopefully now i can get it working committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 19 Dec 2000 12:21:45 +0000
parents 58a6e6e26695
children 7f7e3bfb1af7
line wrap: on
line source

CFLAGS = -I\$(top_srcdir)/libfaim -I\$(top_srcdir)/libfaim/faim

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`\"