diff src/protocols/zephyr/Makefile.am @ 2341:5486d558ecee

[gaim-migrate @ 2354] 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/. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 21 Sep 2001 20:47:37 +0000
parents 424a40f12a6c
children 7ba69b8e0de5
line wrap: on
line diff
--- a/src/protocols/zephyr/Makefile.am	Fri Sep 21 17:51:13 2001 +0000
+++ b/src/protocols/zephyr/Makefile.am	Fri Sep 21 20:47:37 2001 +0000
@@ -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