diff pidgin/Makefile.mingw @ 25354:d5852f7208fa

Fix win32 build. I haven't actually tested any of the functionality, but it compiles and runs.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 02 Dec 2008 01:51:55 +0000
parents 25161f5ea347
children ff4212a5268f f5e613e05332
line wrap: on
line diff
--- a/pidgin/Makefile.mingw	Mon Dec 01 19:44:13 2008 +0000
+++ b/pidgin/Makefile.mingw	Tue Dec 02 01:51:55 2008 +0000
@@ -56,6 +56,8 @@
 PIDGIN_C_SRC =	\
 			gtkaccount.c \
 			gtkblist.c \
+			gtkblist-theme.c \
+			gtkblist-theme-loader.c \
 			gtkcertmgr.c \
 			gtkcellrendererexpander.c \
 			gtkcellrendererprogress.c \
@@ -68,6 +70,8 @@
 			gtkeventloop.c \
 			gtkexpander.c \
 			gtkft.c \
+			gtkicon-theme.c \
+			gtkicon-theme-loader.c \
 			gtkidle.c \
 			gtkimhtml.c \
 			gtkimhtmltoolbar.c \
@@ -88,6 +92,7 @@
 			gtksound.c \
 			gtksourceiter.c \
 			gtksourceundomanager.c \
+			gtkstatus-icon-theme.c \
 			gtkstatusbox.c \
 			gtkthemes.c \
 			gtkutils.c \