Mercurial > pidgin.yaz
view plugins/perl/Makefile.am @ 5304:51903cf0c039
[gaim-migrate @ 5676]
David Brigada (jsi) writes:
" I added a couple return; sanity checks so that we don't
go through the process of setting the typing state when
it doesn't actually change. "
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 06 May 2003 00:10:12 +0000 |
parents | 202105dbed8f |
children | fcc28f5dd0c8 |
line wrap: on
line source
plugindir = $(libdir)/gaim perl_la_LDFLAGS = -module -avoid-version $(PERL_LIBS) plugin_LTLIBRARIES = perl.la perl_la_SOURCES = perl.c AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -DVERSION=\"$(VERSION)\" \ $(DEBUG_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(PERL_CFLAGS)