diff 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
line wrap: on
line diff
--- a/libpurple/plugins/tcl/Makefile.am	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/plugins/tcl/Makefile.am	Mon Mar 19 07:01:17 2007 +0000
@@ -4,7 +4,7 @@
 
 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_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)