comparison plugins/tcl/Makefile.am @ 13845:d0ff520f87da

[gaim-migrate @ 16301] This is tcl /cmd support. It doesn't currently let tcl plugins return error message (I couldn't ever get that to work). But other than that it works. Ethan please look over this when you get a chance. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 21 Jun 2006 04:57:27 +0000
parents a84523152a24
children
comparison
equal deleted inserted replaced
13844:597beb5c9de1 13845:d0ff520f87da
3 tcl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) 3 tcl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS)
4 4
5 plugin_LTLIBRARIES = tcl.la 5 plugin_LTLIBRARIES = tcl.la
6 6
7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h \ 7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h \
8 tcl_ref.c 8 tcl_ref.c tcl_cmd.c
9 9
10 EXTRA_DIST = signal-test.tcl Makefile.mingw 10 EXTRA_DIST = signal-test.tcl Makefile.mingw
11 11
12 AM_CPPFLAGS = \ 12 AM_CPPFLAGS = \
13 -DVERSION=\"$(VERSION)\" \ 13 -DVERSION=\"$(VERSION)\" \