From: Eric W. <war...@us...> - 2001-09-21 20:47:43
|
Update of /cvsroot/gaim/gaim/src/protocols/zephyr In directory usw-pr-cvs1:/tmp/cvs-serv12274/protocols/zephyr 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/zephyr/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 2001/07/31 01:00:38 1.1 +++ Makefile.am 2001/09/21 20:47:37 1.2 @@ -2,7 +2,8 @@ CFLAGS += -I\$(top_srcdir)/src -I\$(top_srcdir)/src/protocols -DCONFDIR=\"$(confdir)\" $(KRB4_CFLAGS) $(st) $(DEBUG_CFLAGS) -LIBS += $(KRB4_LDFLAGS) $(KRB4_LIBS) +LIBS = @LIBS@ $(KRB4_LDFLAGS) $(KRB4_LIBS) +libzephyr_la_LDFLAGS = -avoid-version if STATIC_ZEPHYR |