changeset 4123:1e87350cb57c

[gaim-migrate @ 4340] removing buggy autorecon from being installed committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 23 Dec 2002 22:04:40 +0000
parents b1c9eef8fa12
children 19ee0409a3d7
files plugins/Makefile.mingw
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Makefile.mingw	Mon Dec 23 21:29:56 2002 +0000
+++ b/plugins/Makefile.mingw	Mon Dec 23 22:04:40 2002 +0000
@@ -93,7 +93,7 @@
 	$(CC) -mdll -o $@ tmp$@.o -Wl,$@.exp $(LIB_PATHS) $(LIBS)
 	rm -rf $@.base $@.def $@.exp junk.tmp
 
-plugins: autorecon.dll iconaway.dll spellchk.dll
+plugins: iconaway.dll spellchk.dll
 
 
 ##