annotate plugins/tcl/Makefile.am @ 7118:bf630f7dfdcd
[gaim-migrate @ 7685]
Here's a commit that I think will make faceprint happy. GaimWindow ->
GaimConvWindow, GaimIm -> GaimConvIm, GaimChat -> GaimConvChat,
GaimBlistChat -> GaimChat, and updated the API functions as well. Plugin
authors are going to hunt me down and murder me. I can feel it..
committer: Tailor Script <tailor@pidgin.im>
| author |
Christian Hammond <chipx86@chipx86.com> |
| date |
Thu, 02 Oct 2003 02:54:07 +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)
|