diff libpurple/protocols/gg/Makefile.mingw @ 15376:0e17470b47c2

Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 21 Jan 2007 21:55:07 +0000
parents 5fe8042783c1
children ded8da3de5f8
line wrap: on
line diff
--- a/libpurple/protocols/gg/Makefile.mingw	Sun Jan 21 21:27:08 2007 +0000
+++ b/libpurple/protocols/gg/Makefile.mingw	Sun Jan 21 21:55:07 2007 +0000
@@ -5,7 +5,7 @@
 #
 
 GAIM_TOP := ../../..
-include $(GAIM_TOP)/libgaim/win32/global.mak
+include $(GAIM_TOP)/libpurple/win32/global.mak
 
 TARGET = libgg
 CFLAGS += -include win32dep.h
@@ -61,7 +61,7 @@
 LIBS =	\
 			-lglib-2.0 \
 			-lintl \
-			-lgaim \
+			-lpurple \
 			-lws2_32
 
 include $(GAIM_COMMON_RULES)