diff libgaim/protocols/sametime/Makefile.am @ 14913:a03e74b9b257

[gaim-migrate @ 17685] fixing bugs 1570090, 1426401, applying patch 1526274. Starting to add support for ways to get around version-blocked sametime servers. Added fix to prevent login redirects from entering an eternal loop. Removing an unnecessary (and problematic) LDFLAG. I've been really slack for a while, so this is me getting caught up. committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Mon, 06 Nov 2006 22:22:52 +0000
parents 60b1bc8dbf37
children
line wrap: on
line diff
--- a/libgaim/protocols/sametime/Makefile.am	Mon Nov 06 20:29:24 2006 +0000
+++ b/libgaim/protocols/sametime/Makefile.am	Mon Nov 06 22:22:52 2006 +0000
@@ -27,7 +27,7 @@
 endif
 
 
-libsametime_la_LDFLAGS = -module -avoid-version -no-undefined
+libsametime_la_LDFLAGS = -module -avoid-version
 libsametime_la_LIBADD = $(GLIB_LIBS) $(MEANWHILE_LIBS)