annotate plugins/tcl/Makefile.am @ 6883:ac638b90da44
[gaim-migrate @ 7429]
Eh, whatever. New MSNSLP snapshot.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Thu, 18 Sep 2003 02:54:32 +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)
|