Mercurial > pidgin.yaz
view plugins/ticker/Makefile.am @ 6350:34c07f5f34a0
[gaim-migrate @ 6849]
-Compile warning fixes from The Man (Paco-Paco)
-2 memleak fixes from me. One of them leaked the size of a chat message when
either sending or receiving, I forgot which (my bad!)
-Hopefully make AIM correctly refetch your buddy list when AOL doesn't
send it to you the first time
-Maybe something else
-Chocolate
-Vanilla
-Strawberry
-Napoleon
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 31 Jul 2003 23:21:36 +0000 |
parents | fcc28f5dd0c8 |
children | 2e23ccbccdec |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw plugindir = $(libdir)/gaim ticker_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = ticker.la ticker_la_SOURCES = \ gtkticker.c \ gtkticker.h \ ticker.c endif CFLAGS += $(DEBUG_CFLAGS) -DDATADIR=\"$(datadir)\" INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -DVERSION=\"$(VERSION)\"