From: Sean E. <sea...@us...> - 2002-08-07 23:25:37
|
Update of /cvsroot/gaim/gaim/src/protocols/icq In directory usw-pr-cvs1:/tmp/cvs-serv20115/src/protocols/icq Modified Files: Makefile.am Log Message: No longer do we build libicq.so -- run make in src/protocols/icq if you feel you need it for some reason (you don't--use OSCAR) TOC is no longer compiled statically by default. If you need it for some reason, you can load the libtoc.so plugin. Ari Pollak fixed up some #ifdefs to get IM images to work in gtk2, and he fixed a few gtk font warnings elsewhere. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/icq/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 16 Dec 2001 21:35:00 -0000 1.4 +++ Makefile.am 7 Aug 2002 23:25:33 -0000 1.5 @@ -10,58 +10,6 @@ CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) libicq_la_LDFLAGS = -module -avoid-version -if STATIC_ICQ - -st = -DSTATIC -pkg_LTLIBRARIES = -noinst_LIBRARIES = libicq.a - -libicq_a_SOURCES = chatsession.c \ - chatsession.h \ - contacts.c \ - contacts.h \ - cyrillic.c \ - eventhandle.c \ - eventhandle.h \ - filesession.c \ - filesession.h \ - icq.h \ - icqbyteorder.c \ - icqbyteorder.h \ - icqevent.c \ - icqevent.h \ - icqlib.c \ - icqlib.h \ - icqpacket.c \ - icqpacket.h \ - icqtypes.h \ - list.c \ - list.h \ - proxy.c \ - queue.c \ - queue.h \ - socketmanager.c \ - socketmanager.h \ - stdpackets.c \ - stdpackets.h \ - tcp.c \ - tcp.h \ - tcpchathandle.c \ - tcpfilehandle.c \ - tcphandle.c \ - tcplink.c \ - tcplink.h \ - timeout.c \ - timeout.h \ - udp.c \ - udp.h \ - udphandle.c \ - util.c \ - util.h \ - gaim_icq.c - -else - st = pkg_LTLIBRARIES = libicq.la noinst_LIBRARIES = @@ -109,5 +57,3 @@ util.c \ util.h \ gaim_icq.c - -endif |