# HG changeset patch # User Stu Tomlinson # Date 1212668720 0 # Node ID 48aea903d270c817f57913feaa1f989874b3f95d # Parent 5f9793c8510ad4cf7a2112b85d15c68ae799da15 Include the send button plugin in the win32 build diff -r 5f9793c8510a -r 48aea903d270 pidgin/plugins/Makefile.mingw --- a/pidgin/plugins/Makefile.mingw Thu Jun 05 10:23:58 2008 +0000 +++ b/pidgin/plugins/Makefile.mingw Thu Jun 05 12:25:20 2008 +0000 @@ -84,6 +84,7 @@ notify.dll \ pidginrc.dll \ relnot.dll \ + sendbutton.dll \ spellchk.dll \ timestamp_format.dll \ timestamp.dll diff -r 5f9793c8510a -r 48aea903d270 pidgin/win32/nsis/pidgin-installer.nsi --- a/pidgin/win32/nsis/pidgin-installer.nsi Thu Jun 05 10:23:58 2008 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Thu Jun 05 12:25:20 2008 +0000 @@ -748,6 +748,7 @@ Delete "$INSTDIR\plugins\pidginrc.dll" Delete "$INSTDIR\plugins\psychic.dll" Delete "$INSTDIR\plugins\relnot.dll" + Delete "$INSTDIR\plugins\sendbutton.dll" Delete "$INSTDIR\plugins\spellchk.dll" Delete "$INSTDIR\plugins\ssl-nss.dll" Delete "$INSTDIR\plugins\ssl.dll"