annotate libfaim/Makefile.am @ 27:0a2a1b62a66d
[gaim-migrate @ 36]
Fixed bug where both people have AUTO-REPLY when you're away.
committer: Tailor Script <tailor@pidgin.im>
author |
Eric Warmenhoven <eric@warmenhoven.org> |
date |
Fri, 24 Mar 2000 19:50:12 +0000 |
parents |
68b230f8da5f |
children |
6ced2f1c8b24 |
rev |
line source |
2
|
1 noinst_LIBRARIES = $(LIBFAIM_DO)
|
|
2
|
|
3 EXTRA_LIBRARIES = libfaim.a
|
|
4
|
|
5 EXTRA_DIST = aim.h faimconfig.h
|
|
6
|
|
7 libfaim_a_SOURCES = aim_chatnav.c aim_info.c aim_rxhandlers.c \
|
|
8 aim_tlv.c aim_auth.c aim_conn.c aim_login.c \
|
|
9 aim_rxqueue.c aim_txqueue.c aim_buddylist.c \
|
|
10 aim_global.c aim_logoff.c aim_search.c aim_util.c \
|
|
11 aim_chat.c aim_im.c aim_misc.c aim_snac.c
|
|
12
|
|
13 CFLAGS += $(GAIM_CFLAGS) -I../src
|
|
14
|