Mercurial > pidgin.yaz
view plugins/docklet/Makefile.am @ 12201:6f0254e3c4a0
[gaim-migrate @ 14503]
'Ask and ye shall receive.'
16:28:29 <rlaager> deryni: Maybe that should be in the Gaim GTK+ Theme Control
plugin?
Note, I'm not certain that these added values are run-time updateable exactly.
I don't have time to test and figure it out now. Someone else feel free to.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 23 Nov 2005 21:47:11 +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)