view plugins/tcl/Makefile.am @ 13683:59a86d70825b

[gaim-migrate @ 16086] If we're going to support crappy stalker-enablement plugins, we should at least make an effort to ensure that they don't require C99. This removes a variadic macro (DEBUG_INFO) from psychic.c by: %s/DEBUG_INFO(/gaim_debug_info("psychic", / There were only three occurrences of the DEBUG_INFO macro, so this isn't a big deal. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sun, 23 Apr 2006 22:05:14 +0000
parents 09faf5b43b8b
children a84523152a24
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

AM_CPPFLAGS = \
	-DVERSION=\"$(VERSION)\" \
	-I$(top_srcdir) \
	-I$(top_srcdir)/src \
	$(DEBUG_CFLAGS) \
	$(GLIB_CFLAGS) \
	$(PLUGIN_CFLAGS) \
	$(TK_CFLAGS) \
	$(TCL_CFLAGS)