Mercurial > pidgin.yaz
view plugins/docklet/Makefile.am @ 8445:46f3c447da4d
[gaim-migrate @ 9175]
Mar 13 20:58:37 <nosnilmot> LSchiere2: ping
Mar 13 21:04:28 <LSchiere2> semi-pong
Mar 13 21:05:11 <nosnilmot> LSchiere2: simple one, do
you want a patch that splits changelog into ChangeLog &
po/ChangeLog ?
Mar 13 21:05:24 <LSchiere2> sure. go ahead
Mar 13 21:06:13 <nosnilmot>
http://www.nosnilmot.com/patches/gaim-0.76cvs-i18n-changelog.patch
...
Mar 13 21:58:31 <nosnilmot> LSchiere2: did you get
that changelog patch?
Mar 13 22:01:44 <LSchiere2> i grabbed it, nothing more
....
Mar 14 00:53:07 <LSchiere> nosnilmot: i left that
patch at work accidentally
All times in GST (Gaim Standard Time).
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 14 Mar 2004 19:01:53 +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)