Mercurial > pidgin
view plugins/docklet/Makefile.am @ 13111:328e8cf2fb02
[gaim-migrate @ 15473]
Are people complaining that, when selecting a saved status out of
the list of popular statuses, the status box will sometimes show
"Available" or "Away" or "Invisible" or "Offline" instead of
showing the title+message of the saved status?
This fixes that. My bad!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 03 Feb 2006 04:26:27 +0000 |
parents | cae2fb7e8594 |
children | 42e6c5e038d8 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw \ docklet-win32.c \ MinimizeToTray.c \ MinimizeToTray.h plugindir = $(libdir)/gaim docklet_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) if PLUGINS plugin_LTLIBRARIES = docklet.la docklet_la_SOURCES = \ eggtrayicon.h \ eggtrayicon.c \ docklet.h \ docklet.c \ docklet-x11.c endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)