Revision: 16263
Author: rlaager
Date: 2006-06-12 06:24:10 -0700 (Mon, 12 Jun 2006)
ViewCVS: http://svn.sourceforge.net/gaim/?rev=16263&view=rev
Log Message:
-----------
Fix SF Bug #1504509
"in file trunk/plugins/tcl/Makefile.mingw is forgotten
to add the new file tcl_ref.c to the source list."
Modified Paths:
--------------
trunk/plugins/tcl/Makefile.mingw
Modified: trunk/plugins/tcl/Makefile.mingw
===================================================================
--- trunk/plugins/tcl/Makefile.mingw 2006-06-12 04:43:43 UTC (rev 16262)
+++ trunk/plugins/tcl/Makefile.mingw 2006-06-12 13:24:10 UTC (rev 16263)
@@ -63,6 +63,7 @@
C_SRC = tcl.c \
tcl_cmds.c \
tcl_glib.c \
+ tcl_ref.c \
tcl_signals.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|