diff plugins/docklet/Makefile.mingw @ 6208:3e3ee3cba192

[gaim-migrate @ 6694] Robot101: I fixed the docklet stuff, little buglet with not redrawing after a redisplay, and I spiffed everything up and moved code around for no reason committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 18 Jul 2003 03:45:39 +0000
parents 87714ede9264
children a9fb4493ae22
line wrap: on
line diff
--- a/plugins/docklet/Makefile.mingw	Fri Jul 18 03:27:01 2003 +0000
+++ b/plugins/docklet/Makefile.mingw	Fri Jul 18 03:45:39 2003 +0000
@@ -57,7 +57,7 @@
 ##
 
 C_SRC =			docklet.c \
-			trayicon-win32.c
+			docklet-win32.c
 
 
 OBJECTS = $(C_SRC:%.c=%.o)