From: Eric W. <war...@us...> - 2001-09-21 20:47:42
|
Update of /cvsroot/gaim/gaim/src/protocols/toc In directory usw-pr-cvs1:/tmp/cvs-serv12274/protocols/toc 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/toc/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 2001/09/16 07:05:14 1.2 +++ Makefile.am 2001/09/21 20:47:37 1.3 @@ -3,6 +3,7 @@ pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) +libtoc_la_LDFLAGS = -avoid-version if STATIC_TOC |