release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change
on this file since 39586c8 was
37f27bc,
checked in by Nelson Elhage <nelhage@mit.edu>, 16 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
|
Rev | Line | |
---|
[37f27bc] | 1 | noinst_LIBRARIES = libfaim.a |
---|
| 2 | |
---|
| 3 | libfaim_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 | |
---|
| 12 | libfaim_a_CFLAGS = -Wno-pointer-sign |
---|
| 13 | libfaim_a_CPPFLAGS = -DAIM_BUILDDATE=\"x\" -DAIM_BUILDTIME=\"x\" \ |
---|
| 14 | -I${top_srcdir}/libfaim |
---|
Note: See
TracBrowser
for help on using the repository browser.