changeset 12452:bfa21679fef5

[gaim-migrate @ 14761] Luke noticed that this was missing. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 12 Dec 2005 04:31:03 +0000
parents 933fda51587e
children 310fea768a53
files gaim-installer.nsi plugins/Makefile.mingw
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gaim-installer.nsi	Sun Dec 11 21:06:15 2005 +0000
+++ b/gaim-installer.nsi	Mon Dec 12 04:31:03 2005 +0000
@@ -697,6 +697,7 @@
     RMDir /r "$INSTDIR\perlmod"
     Delete "$INSTDIR\plugins\docklet.dll"
     Delete "$INSTDIR\plugins\extplacement.dll"
+    Delete "$INSTDIR\plugins\gaimrc.dll"
     Delete "$INSTDIR\plugins\history.dll"
     Delete "$INSTDIR\plugins\iconaway.dll"
     Delete "$INSTDIR\plugins\idle.dll"
--- a/plugins/Makefile.mingw	Sun Dec 11 21:06:15 2005 +0000
+++ b/plugins/Makefile.mingw	Mon Dec 12 04:31:03 2005 +0000
@@ -115,6 +115,7 @@
 
 plugins: \
 		extplacement.dll \
+		gaimrc.dll \
 		history.dll \
 	 	iconaway.dll \
 		idle.dll \