view plugins/tcl/Makefile.am @ 10660:4b3a952b395e

[gaim-migrate @ 12194] HEAD doesn't compile on this box, so hopefully this change is OK. The glibc guys apparently decided to invoke their POSIX perogative to make read() a macro, which busted some ssl junk in Novell. This fully parenthesizes a function pointer dereference, preventing it from being macro-expanded by the preprocessor. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sun, 06 Mar 2005 22:09:30 +0000
parents 0a7f03ee3a61
children 2cc05a9e944d
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

EXTRA_DIST = signal-test.tcl Makefile.mingw tcl_win32.c

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