comparison libpurple/plugins/tcl/Makefile.am @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children e9c12873fae0
comparison
equal deleted inserted replaced
15373:f79e0f4df793 15374:5fe8042783c1
1 plugindir = $(libdir)/gaim
2
3 tcl_la_LDFLAGS = -module -avoid-version
4
5 plugin_LTLIBRARIES = tcl.la
6
7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h \
8 tcl_ref.c tcl_cmd.c
9
10 tcl_la_LIBADD = $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS)
11
12 EXTRA_DIST = signal-test.tcl Makefile.mingw
13
14 AM_CPPFLAGS = \
15 -DVERSION=\"$(VERSION)\" \
16 -I$(top_srcdir) \
17 -I$(top_srcdir)/libpurple \
18 $(DEBUG_CFLAGS) \
19 $(GLIB_CFLAGS) \
20 $(PLUGIN_CFLAGS) \
21 $(TK_CFLAGS) \
22 $(TCL_CFLAGS)