Mercurial > pidgin
annotate plugins/tcl/Makefile.am @ 13949:5439d91a0b88
[gaim-migrate @ 16492]
Fix a casting warning on 64-bit machines
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 16 Jul 2006 16:46:31 +0000 |
parents | d0ff520f87da |
children |
rev | line source |
---|---|
6694 | 1 plugindir = $(libdir)/gaim |
2 | |
10889 | 3 tcl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) |
6694 | 4 |
5 plugin_LTLIBRARIES = tcl.la | |
6 | |
13810 | 7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h \ |
13845
d0ff520f87da
[gaim-migrate @ 16301]
Etan Reisner <pidgin@unreliablesource.net>
parents:
13810
diff
changeset
|
8 tcl_ref.c tcl_cmd.c |
6694 | 9 |
13456
09faf5b43b8b
[gaim-migrate @ 15831]
Daniel Atallah <daniel.atallah@gmail.com>
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) \ | |
15 -I$(top_srcdir)/src \ | |
16 $(DEBUG_CFLAGS) \ | |
17 $(GLIB_CFLAGS) \ | |
18 $(PLUGIN_CFLAGS) \ | |
19 $(TK_CFLAGS) \ | |
20 $(TCL_CFLAGS) |