Mercurial > pidgin
view plugins/ticker/Makefile.am @ 5917:a747e9e0e2cf
[gaim-migrate @ 6349]
2 compile fixes, one from a Herman mistake and one from a Luke-is-using-a-
different-version-of-gettext-that-doesn't-have-as-much-psycho-checking-of-
translation "mistake."
Also, I made it so "Send File" and "Direct IM" do not show up in the
right click menu unless the person is advertising that capability. This
probably should have been done a long time ago.
Also, some not-yet-used code for setting available messages. I'm working
on it. Oh, and I found a new capability in iChat. I don't know what it
does yet.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 18 Jun 2003 02:18:26 +0000 |
parents | 283fb289c510 |
children | fcc28f5dd0c8 |
line wrap: on
line source
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)\"