Mercurial > pidgin.yaz
view plugins/docklet/Makefile.am @ 7890:438b4667db0d
[gaim-migrate @ 8550]
"Really simple patch to make the "Cancel All" button in
the connection progress dialog only cancel connections
that are in progress.
If an account has already connected successfully, don't
disconnect it." -- Daniel Atallah (datallah)
i tend to agree this is more intuitive.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 18 Dec 2003 00:31:26 +0000 |
parents | 8f94cce8faa5 |
children | 2cc05a9e944d |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw \ docklet-win32.c plugindir = $(libdir)/gaim docklet_la_LDFLAGS = -module -avoid-version 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)