Mercurial > pidgin.yaz
comparison src/protocols/rendezvous/Makefile.am @ 10889:2cc05a9e944d
[gaim-migrate @ 12597]
Fix Fedora "Bug" 149767 ??? gaim plugins unresolved symbols
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 29 Apr 2005 17:04:28 +0000 |
parents | 8bc7ba019e96 |
children |
comparison
equal
deleted
inserted
replaced
10888:29bec53bd2d2 | 10889:2cc05a9e944d |
---|---|
12 mdns_cache.h \ | 12 mdns_cache.h \ |
13 rendezvous.c | 13 rendezvous.c |
14 | 14 |
15 AM_CFLAGS = $(st) | 15 AM_CFLAGS = $(st) |
16 | 16 |
17 librendezvous_la_LDFLAGS = -module -avoid-version | 17 librendezvous_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
18 | 18 |
19 if STATIC_RENDEZVOUS | 19 if STATIC_RENDEZVOUS |
20 | 20 |
21 st = -DGAIM_STATIC_PRPL | 21 st = -DGAIM_STATIC_PRPL |
22 noinst_LIBRARIES = librendezvous.a | 22 noinst_LIBRARIES = librendezvous.a |