diff plugins/docklet/Makefile.mingw @ 11709:cae2fb7e8594

[gaim-migrate @ 14000] This is a patch from Casey Harkins to significantly overhaul the docklet plugin. I'm pretty happy about this because it enables us to remove a win32 GTK+ dependency on the core and all the prpls. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 22 Oct 2005 01:18:08 +0000
parents a9fb4493ae22
children
line wrap: on
line diff
--- a/plugins/docklet/Makefile.mingw	Sat Oct 22 01:03:18 2005 +0000
+++ b/plugins/docklet/Makefile.mingw	Sat Oct 22 01:18:08 2005 +0000
@@ -56,8 +56,9 @@
 ##  SOURCES, OBJECTS
 ##
 
-C_SRC =			docklet.c \
-			docklet-win32.c
+C_SRC =			docklet.c   \
+			docklet-win32.c \
+			MinimizeToTray.c
 
 
 OBJECTS = $(C_SRC:%.c=%.o)