Mercurial > pidgin
comparison plugins/tcl/Makefile.am @ 6694:2d2f04c5c7d2
[gaim-migrate @ 7220]
Sean probably won't think this is contact support. This is in fact a
Tcl script plugin loader. That's probably what he'll think it is.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Tue, 02 Sep 2003 03:34:37 +0000 |
parents | |
children | b1c21872cf0f |
comparison
equal
deleted
inserted
replaced
6693:8c1b5dd87fbf | 6694:2d2f04c5c7d2 |
---|---|
1 plugindir = $(libdir)/gaim | |
2 | |
3 tcl_la_LDFLAGS = -module -avoid-version $(TCL_LIBS) $(TK_LIBS) | |
4 | |
5 plugin_LTLIBRARIES = tcl.la | |
6 | |
7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_cmds.c tcl_signals.c tcl_gaim.h | |
8 | |
9 AM_CPPFLAGS = \ | |
10 -DVERSION=\"$(VERSION)\" \ | |
11 -I$(top_srcdir) \ | |
12 -I$(top_srcdir)/src \ | |
13 $(DEBUG_CFLAGS) \ | |
14 $(GLIB_CFLAGS) \ | |
15 $(PLUGIN_CFLAGS) \ | |
16 $(TK_CFLAGS) \ | |
17 $(TCL_CFLAGS) |