Mercurial > pidgin
diff plugins/gaim-remote/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 | f61c37936a41 |
| children |
line wrap: on
line diff
--- a/plugins/gaim-remote/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/gaim-remote/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -18,7 +18,7 @@ plugin_LTLIBRARIES = gaim-remote.la gaim_remote_la_SOURCES = remote.c -gaim_remote_la_LIBADD = libgaim-remote.la $(GLIB_LIBS) +gaim_remote_la_LIBADD = libgaim-remote.la $(GTK_LIBS) endif
