Mercurial > pidgin.yaz
view libpurple/plugins/tcl/Makefile.am @ 16868:f51f1937d97f
You may have timezonally precluded me from NEWS-ing for most of the last
18 months but you're not going to stop me from this one!
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 04 May 2007 03:58:29 +0000 |
parents | 441945083737 |
children | 0dcd915899ae |
line wrap: on
line source
plugindir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) tcl_la_LDFLAGS = -module -avoid-version plugin_LTLIBRARIES = tcl.la tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_purple.h \ tcl_ref.c tcl_cmd.c tcl_la_LIBADD = $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) EXTRA_DIST = signal-test.tcl Makefile.mingw AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(TK_CFLAGS) \ $(TCL_CFLAGS)