Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
14912:390519f29a11 | 14913:a03e74b9b257 |
---|---|
25 | 25 |
26 | 26 |
27 endif | 27 endif |
28 | 28 |
29 | 29 |
30 libsametime_la_LDFLAGS = -module -avoid-version -no-undefined | 30 libsametime_la_LDFLAGS = -module -avoid-version |
31 libsametime_la_LIBADD = $(GLIB_LIBS) $(MEANWHILE_LIBS) | 31 libsametime_la_LIBADD = $(GLIB_LIBS) $(MEANWHILE_LIBS) |
32 | 32 |
33 | 33 |
34 AM_CFLAGS = \ | 34 AM_CFLAGS = \ |
35 $(GLIB_CFLAGS) $(MEANWHILE_CFLAGS) \ | 35 $(GLIB_CFLAGS) $(MEANWHILE_CFLAGS) \ |