Mercurial > pidgin.yaz
view plugins/tcl/Makefile.am @ 6925:3ec6aac0ff67
[gaim-migrate @ 7472]
Don't free our string if it's the same one we're going to set. Oh yes, and
modifying params in signal callbacks now works. The monkeys will be
pleased.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 24 Sep 2003 01:06:56 +0000 |
parents | b1c21872cf0f |
children | fd464e819dbe |
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 AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(TK_CFLAGS) \ $(TCL_CFLAGS)