comparison plugins/tcl/Makefile.am @ 7408:fd464e819dbe

[gaim-migrate @ 8008] I guess this should be disted... committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sat, 01 Nov 2003 23:13:21 +0000
parents b1c21872cf0f
children 0f331ba48102
comparison
equal deleted inserted replaced
7407:0c0bde5a3959 7408:fd464e819dbe
3 tcl_la_LDFLAGS = -module -avoid-version $(TCL_LIBS) $(TK_LIBS) 3 tcl_la_LDFLAGS = -module -avoid-version $(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
9 EXTRA_DIST = signal-test.tcl
8 10
9 AM_CPPFLAGS = \ 11 AM_CPPFLAGS = \
10 -DVERSION=\"$(VERSION)\" \ 12 -DVERSION=\"$(VERSION)\" \
11 -I$(top_srcdir) \ 13 -I$(top_srcdir) \
12 -I$(top_srcdir)/src \ 14 -I$(top_srcdir)/src \