Mercurial > pidgin
view plugins/ticker/Makefile.am @ 9446:d9a1674a9475
[gaim-migrate @ 10270]
This is supposed to transparently fix Windows' stupidity. Or something
like that. Kevin writes:
Due to what I believe to be an error, stupid mistake,
or oversight on my part in my previous patch to the
plugin, I managed to get the buddy list transparency
setting changing the transparency for every single
conversation window as well. This was not intended and
it only required a one line change to fix.
Some thanks to my friend Matt for actually using the
plugin and noticing that I broke it. :)
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Sun, 04 Jul 2004 22:45:03 +0000 |
parents | 8f94cce8faa5 |
children | 2cc05a9e944d |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw plugindir = $(libdir)/gaim ticker_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = ticker.la ticker_la_SOURCES = \ gtkticker.c \ gtkticker.h \ ticker.c endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)