view plugins/tcl/Makefile.am @ 7343:3e28b2646afd

[gaim-migrate @ 7934] We'll keep it! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 27 Oct 2003 04:03:53 +0000
parents b1c21872cf0f
children fd464e819dbe
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_glib.h 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)