view plugins/tcl/Makefile.am @ 7223:e13fd40cc827

[gaim-migrate @ 7792] Applying freshrpm's fix for gaim.spec to prevent the RPM from being half a gigabyte. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 09 Oct 2003 22:47:44 +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)