Mercurial > pidgin.yaz
view plugins/tcl/Makefile.am @ 13360:2e6dda9f9159
[gaim-migrate @ 15733]
SF Patch #1440729 from Sadrul
Closes SF Feature Request #1414706
"This moves some stuff from gtkrequest.c to gtkutils.c
-- this allows to setup autocomplete for entries that
deal with screen-names of the buddies.
I have used this function in the pounce dialog -- so
now it has auto-complete."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 01 Mar 2006 06:10:41 +0000 |
parents | 2cc05a9e944d |
children | 09faf5b43b8b |
line wrap: on
line source
plugindir = $(libdir)/gaim tcl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) plugin_LTLIBRARIES = tcl.la tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h EXTRA_DIST = signal-test.tcl Makefile.mingw tcl_win32.c AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(TK_CFLAGS) \ $(TCL_CFLAGS)