Mercurial > pidgin
view plugins/tcl/Makefile.am @ 6767:926d539938ca
[gaim-migrate @ 7304]
MSN server-side buddy list now overrides local buddy list. This will most
likely result in misplaced buddies, but fixes several problems. I'm sure
the "My MSN buddies moved to a new group!!" bug reports are going to be
common.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 07 Sep 2003 01:06:09 +0000 |
parents | 2d2f04c5c7d2 |
children | b1c21872cf0f |
line wrap: on
line source
plugindir = $(libdir)/gaim tcl_la_LDFLAGS = -module -avoid-version $(TCL_LIBS) $(TK_LIBS) plugin_LTLIBRARIES = tcl.la tcl_la_SOURCES = tcl.c tcl_glib.c tcl_cmds.c tcl_signals.c tcl_gaim.h AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(TK_CFLAGS) \ $(TCL_CFLAGS)