annotate plugins/tcl/Makefile.am @ 6823:2a6f5eb2d561
[gaim-migrate @ 7367]
Kind of grouping things together a bit in the ChangeLog.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Sat, 13 Sep 2003 09:33:06 +0000 |
parents |
2d2f04c5c7d2 |
children |
b1c21872cf0f |
rev |
line source |
6694
|
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)
|