annotate plugins/tcl/Makefile.am @ 7177:4200828dc06c
[gaim-migrate @ 7745]
rwscott noticed this
committer: Tailor Script <tailor@pidgin.im>
author |
Nathan Walp <nwalp@pidgin.im> |
date |
Mon, 06 Oct 2003 21:55:28 +0000 |
parents |
b1c21872cf0f |
children |
fd464e819dbe |
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
|
6881
|
7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h
|
6694
|
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)
|