Mercurial > pidgin
view plugins/docklet/Makefile.am @ 13066:0afb445a3433
[gaim-migrate @ 15428]
Don't assume the popular statuses start at the 5th menu item in the
dropdown. I hope this is a step toward fixing the bug where
inifinite status windows appear. If not, it is at least more robust
code.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 29 Jan 2006 22:11:35 +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)
