Thu, 05 Jun 2008 12:25:20 +0000
Include the send button plugin in the win32 build
| pidgin/plugins/Makefile.mingw | file | annotate | diff | comparison | revisions | |
| pidgin/win32/nsis/pidgin-installer.nsi | file | annotate | diff | comparison | revisions |
--- 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
--- 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"