Sat, 16 Dec 2006 04:59:55 +0000
This is a hand-crafted commit to migrate across subversion revisions
16854:16861, due to some vagaries of the way the original renames were
done. Witness that monotone can do in one revision what svn had to
spread across several.
| 6694 | 1 | plugindir = $(libdir)/gaim |
| 2 | ||
|
10889
64482f2467cb
[gaim-migrate @ 12597]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
10440
diff
changeset
|
3 | tcl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) |
| 6694 | 4 | |
| 5 | plugin_LTLIBRARIES = tcl.la | |
| 6 | ||
| 13812 | 7 | tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h \ |
| 13847 | 8 | tcl_ref.c tcl_cmd.c |
| 6694 | 9 | |
|
13457
2766e7b31444
[gaim-migrate @ 15831]
Daniel Atallah <datallah@pidgin.im>
parents:
10889
diff
changeset
|
10 | EXTRA_DIST = signal-test.tcl Makefile.mingw |
| 7408 | 11 | |
| 6694 | 12 | AM_CPPFLAGS = \ |
| 13 | -DVERSION=\"$(VERSION)\" \ | |
| 14 | -I$(top_srcdir) \ | |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13847
diff
changeset
|
15 | -I$(top_srcdir)/core \ |
| 6694 | 16 | $(DEBUG_CFLAGS) \ |
| 17 | $(GLIB_CFLAGS) \ | |
| 18 | $(PLUGIN_CFLAGS) \ | |
| 19 | $(TK_CFLAGS) \ | |
| 20 | $(TCL_CFLAGS) |