Mercurial > pidgin.yaz
view libfaim/Makefile.am @ 1612:fd5d27358418
[gaim-migrate @ 1622]
libfaim updates. also, we don't need CHANGES.gaim and README.gaim anymore, especially since libfaim/oscar isn't the only library/protocol we're using besides toc anymore.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 18 Mar 2001 02:24:41 +0000 |
parents | ec31e23aadc7 |
children | 3fe5799b7823 |
line wrap: on
line source
noinst_LIBRARIES = libfaim.a EXTRA_DIST = aim.h aim_cbtypes.h aim_internal.h faimconfig.h md5.h README \ CHANGES COPYING BUGS AUTHORS libfaim_a_SOURCES = adverts.c \ auth.c \ buddylist.c \ chat.c \ chatnav.c \ conn.c \ ft.c \ im.c \ info.c \ login.c \ md5.c \ meta.c \ misc.c \ msgcookie.c \ rxhandlers.c \ rxqueue.c \ search.c \ snac.c \ tlv.c \ txqueue.c \ util.c CFLAGS += -DAIM_BUILDDATE=\"`date +%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\"