Mercurial > pidgin
comparison plugins/ticker/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 | 8f94cce8faa5 |
children |
comparison
equal
deleted
inserted
replaced
10888:29bec53bd2d2 | 10889:2cc05a9e944d |
---|---|
1 EXTRA_DIST = \ | 1 EXTRA_DIST = \ |
2 Makefile.mingw | 2 Makefile.mingw |
3 | 3 |
4 plugindir = $(libdir)/gaim | 4 plugindir = $(libdir)/gaim |
5 | 5 |
6 ticker_la_LDFLAGS = -module -avoid-version | 6 ticker_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
7 | 7 |
8 if PLUGINS | 8 if PLUGINS |
9 | 9 |
10 plugin_LTLIBRARIES = ticker.la | 10 plugin_LTLIBRARIES = ticker.la |
11 | 11 |