view plugins/tcl/Makefile.am @ 9170:456ef1f4ba19

[gaim-migrate @ 9955] wing rights: Sorry, this is my fault, since I wrote the crashing code. I haven't done enough testing and/or inspection on the code, and this code is in 0.78. The crash occurs when gaim_markup_strip is called on a string which ends in <. When that happens, gaim_markup_strip happily tries to scan for a tag right *after* the terminating {nul} character. However, I didn't actually apply the patch until 0.79cvs, so the bug isn't in 0.78 like he originally thought, just cvs. Well not anymore. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Thu, 03 Jun 2004 02:57:25 +0000
parents d470c16dd17a
children e5451763f5b9
line wrap: on
line source

plugindir = $(libdir)/gaim

tcl_la_LDFLAGS = -module -avoid-version $(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)