changeset 19453:52a67d7b82ac

Add MySpaceIM to the Windows build, though I can't verify this works until Jeff commits user.[ch] :)
author Kevin Stange <kevin@simguy.net>
date Sun, 26 Aug 2007 19:02:38 +0000
parents eb0fe583bc53
children a650c8294bd2
files libpurple/protocols/Makefile.mingw pidgin/win32/nsis/pidgin-installer.nsi
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/Makefile.mingw	Sun Aug 26 18:59:59 2007 +0000
+++ b/libpurple/protocols/Makefile.mingw	Sun Aug 26 19:02:38 2007 +0000
@@ -8,7 +8,7 @@
 PIDGIN_TREE_TOP := ../..
 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
 
-SUBDIRS = gg irc jabber msn novell null oscar qq sametime silc10 simple yahoo bonjour
+SUBDIRS = gg irc jabber msn novell null oscar qq sametime silc10 simple yahoo bonjour myspace
 
 .PHONY: all install clean
 
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Sun Aug 26 18:59:59 2007 +0000
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Sun Aug 26 19:02:38 2007 +0000
@@ -710,6 +710,7 @@
     Delete "$INSTDIR\plugins\libicq.dll"
     Delete "$INSTDIR\plugins\libirc.dll"
     Delete "$INSTDIR\plugins\libmsn.dll"
+    Delete "$INSTDIR\plugins\libmyspace.dll"
     Delete "$INSTDIR\plugins\libnapster.dll"
     Delete "$INSTDIR\plugins\libnovell.dll"
     Delete "$INSTDIR\plugins\libqq.dll"