Update of /cvsroot/gaim/gaim/src/protocols/icq
In directory usw-pr-cvs1:/tmp/cvs-serv12274/protocols/icq
Modified Files:
Makefile.am
Log Message:
Arkadiusz Miskiewicz's patches to get automake 1.5 working, and so that it doesn't build .so.0 and .so.0.0.0. i need to do this for plugins/.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/icq/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 2001/07/31 01:58:50 1.2
+++ Makefile.am 2001/09/21 20:47:36 1.3
@@ -8,6 +8,7 @@
pkgdir = $(libdir)/gaim
CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)
+libicq_la_LDFLAGS = -avoid-version
if STATIC_ICQ
|