Mercurial > pidgin
changeset 14571:9366a5873ebf
[gaim-migrate @ 17295]
Compile fixes
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 17 Sep 2006 19:25:00 +0000 |
parents | a23083c0514d |
children | 2c8e6770bd72 |
files | gtk/Makefile.mingw gtk/plugins/perl/common/Makefile.mingw |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/Makefile.mingw Sun Sep 17 07:09:54 2006 +0000 +++ b/gtk/Makefile.mingw Sun Sep 17 19:25:00 2006 +0000 @@ -60,6 +60,7 @@ gtkblist.c \ gtkconn.c \ gtkconv.c \ + gtkcellrendererexpander.c \ gtkcellrendererprogress.c \ gtkdebug.c \ gtkdialogs.c \
--- a/gtk/plugins/perl/common/Makefile.mingw Sun Sep 17 07:09:54 2006 +0000 +++ b/gtk/plugins/perl/common/Makefile.mingw Sun Sep 17 19:25:00 2006 +0000 @@ -7,7 +7,7 @@ GAIM_TOP := ../../../.. include $(GAIM_TOP)/libgaim/win32/global.mak -TARGET = Gtk +TARGET = GtkUI EXTUTILS := C:/perl/lib/ExtUtils CFLAGS += -Wno-comment @@ -38,7 +38,7 @@ ## SOURCES, OBJECTS ## XS_FILES = \ - Gtk.xs \ + GtkUI.xs \ GtkAccount.xs \ GtkBlist.xs \ GtkConn.xs \