Mercurial > pidgin
diff plugins/perl/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 | f8b2630ca694 |
| children | 4315bb5f427b |
line wrap: on
line diff
--- a/plugins/perl/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/perl/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -4,7 +4,7 @@ plugin_LTLIBRARIES = perl.la -perl_la_LDFLAGS = -module -avoid-version $(PERL_LIBS) +perl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(PERL_LIBS) perl_la_LIBADD = $(PERL_LIBS) perl_la_SOURCES = \ perl.c \
