diff pidgin/Makefile.mingw @ 15701:4a331e8d01df

Fix win32 docklet. This is pretty ugly - we'll force GTK+ 2.10 at some point and use GtkStatusIcon to avoid converting the stock images to HICONs directly.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 25 Feb 2007 18:41:53 +0000
parents eba9715548d7
children e04c98c1bce9
line wrap: on
line diff
--- a/pidgin/Makefile.mingw	Sun Feb 25 10:32:34 2007 +0000
+++ b/pidgin/Makefile.mingw	Sun Feb 25 18:41:53 2007 +0000
@@ -123,7 +123,8 @@
 		-latk-1.0 \
 		-lpango-1.0 \
 		-lgdk-win32-2.0 \
-		-lgdk_pixbuf-2.0
+		-lgdk_pixbuf-2.0 \
+		-lgdi32
 
 include $(GAIM_COMMON_RULES)