comparison libpurple/plugins/tcl/Makefile.am @ 15822:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents e9c12873fae0
children 7125eda8fe22
comparison
equal deleted inserted replaced
15821:84b0f9b23ede 15822:32c366eeeb99
2 2
3 tcl_la_LDFLAGS = -module -avoid-version 3 tcl_la_LDFLAGS = -module -avoid-version
4 4
5 plugin_LTLIBRARIES = tcl.la 5 plugin_LTLIBRARIES = tcl.la
6 6
7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h \ 7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_purple.h \
8 tcl_ref.c tcl_cmd.c 8 tcl_ref.c tcl_cmd.c
9 9
10 tcl_la_LIBADD = $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) 10 tcl_la_LIBADD = $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS)
11 11
12 EXTRA_DIST = signal-test.tcl Makefile.mingw 12 EXTRA_DIST = signal-test.tcl Makefile.mingw