Mercurial > pidgin
changeset 29093:bc93b46e65e7
Fix Windows build with gtk-dev-2.10.3-rev-a.tar.gz package that doesn't
exist yet.
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Sun, 23 Aug 2009 22:11:44 +0000 |
parents | 4da3415a8df6 |
children | 15b1cc2e8b74 |
files | pidgin/Makefile.mingw pidgin/plugins/perl/common/Makefile.mingw |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/Makefile.mingw Sun Aug 23 16:57:51 2009 +0000 +++ b/pidgin/Makefile.mingw Sun Aug 23 22:11:44 2009 +0000 @@ -58,9 +58,8 @@ gtkblist.c \ gtkblist-theme.c \ gtkblist-theme-loader.c \ + gtkcellrendererexpander.c \ gtkcertmgr.c \ - gtkcellrendererexpander.c \ - gtkcellrendererprogress.c \ gtkconn.c \ gtkconv.c \ gtkdebug.c \ @@ -68,7 +67,6 @@ gtkdnd-hints.c \ gtkdocklet.c \ gtkeventloop.c \ - gtkexpander.c \ gtkft.c \ gtkicon-theme.c \ gtkicon-theme-loader.c \
--- a/pidgin/plugins/perl/common/Makefile.mingw Sun Aug 23 16:57:51 2009 +0000 +++ b/pidgin/plugins/perl/common/Makefile.mingw Sun Aug 23 22:11:44 2009 +0000 @@ -22,6 +22,7 @@ -I$(PIDGIN_TOP)/win32 \ -I$(GTK_TOP)/include \ -I$(GTK_TOP)/include/atk-1.0 \ + -I$(GTK_TOP)/include/cairo \ -I$(GTK_TOP)/include/glib-2.0 \ -I$(GTK_TOP)/include/gtk-2.0 \ -I$(GTK_TOP)/include/pango-1.0 \