source: libfaim/Makefile.am @ 24a791f

release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since 24a791f was 215c119, checked in by Anders Kaseorg <andersk@mit.edu>, 15 years ago
Compile libfaim with -Wno-pointer-sign if the compiler supports it. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Property mode set to 100644
File size: 571 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
Note: See TracBrowser for help on using the repository browser.