Mercurial > pidgin.yaz
view libpurple/plugins/tcl/Makefile.am @ 26781:02624b4a7552
propagate from branch 'im.pidgin.pidgin' (head 371b6104658ad98c418ac711643192c2e34428ea)
to branch 'im.pidgin.cpw.malu.xmpp.idle' (head e02f74ef81d88d6c9be461293337009508ad0e59)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Sun, 26 Apr 2009 18:23:09 +0000 |
parents | e33a91b8b8f6 |
children |
line wrap: on
line source
plugindir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) tcl_la_LDFLAGS = -module -avoid-version plugin_LTLIBRARIES = tcl.la tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_purple.h \ tcl_ref.c tcl_cmd.c tcl_la_LIBADD = $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) EXTRA_DIST = signal-test.tcl Makefile.mingw AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(TK_CFLAGS) \ $(TCL_CFLAGS)