source: libfaim/Makefile.am @ 0d53dfb

release-1.10
Last change on this file since 0d53dfb was b80bae0, checked in by Anders Kaseorg <andersk@mit.edu>, 11 years ago
Distribute more files in ‘make dist’ Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Property mode set to 100644
File size: 593 bytes
Line 
1noinst_LIBRARIES = libfaim.a
2
3libfaim_a_SOURCES = admin.c \
4     adverts.c auth.c bos.c buddylist.c bstream.c \
5     chat.c chatnav.c conn.c email.c ft.c icq.c im.c \
6     invite.c md5.c misc.c msgcookie.c locate.c \
7     popups.c rxhandlers.c rxqueue.c search.c service.c \
8     snac.c ssi.c stats.c tlv.c translate.c txqueue.c \
9     util.c odir.c bart.c \
10     aim_cbtypes.h  aim.h  aim_internal.h  faimconfig.h md5.h
11
12libfaim_a_CFLAGS = $(LIBFAIM_CFLAGS)
13libfaim_a_CPPFLAGS = -DAIM_BUILDDATE=\"x\" -DAIM_BUILDTIME=\"x\" \
14                     -I${top_srcdir}/libfaim
15
16EXTRA_DIST = oscar.c
Note: See TracBrowser for help on using the repository browser.