source: libfaim/Makefile.am @ db98968

release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since db98968 was 37f27bc, checked in by Nelson Elhage <nelhage@mit.edu>, 15 years ago
Switch the build system to using automake. Use automake for the build system, which lets us clean a bunch of cruft out of Makefile.in.
  • 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 = -Wno-pointer-sign
13libfaim_a_CPPFLAGS = -DAIM_BUILDDATE=\"x\" -DAIM_BUILDTIME=\"x\" \
14                     -I${top_srcdir}/libfaim
Note: See TracBrowser for help on using the repository browser.