Mercurial > pidgin.yaz
view plugins/tcl/Makefile.am @ 11150:0ef4fbeeefaf
[gaim-migrate @ 13230]
1. Hack around the case where period is being used as an abbreviation instead of as a full stop.
2. Fix a couple memory leaks.
3. Commit some additions to the correction list that have been building up since the big patch to this file was accepted.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 24 Jul 2005 08:15:55 +0000 |
parents | 2cc05a9e944d |
children | 09faf5b43b8b |
line wrap: on
line source
plugindir = $(libdir)/gaim tcl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) plugin_LTLIBRARIES = tcl.la tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h EXTRA_DIST = signal-test.tcl Makefile.mingw tcl_win32.c AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(TK_CFLAGS) \ $(TCL_CFLAGS)