view libgaim/plugins/tcl/Makefile.am @ 14599:26e7d03d40c5

[gaim-migrate @ 17326] Show a placeholder icon when there is no global buddy icon selected. Someone more familiar with gtk might want to look over there... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 20 Sep 2006 09:13:17 +0000
parents 60b1bc8dbf37
children 69590c55c748
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 \
                 tcl_ref.c tcl_cmd.c

EXTRA_DIST = signal-test.tcl Makefile.mingw

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