diff plugins/Makefile.mingw @ 4726:0b1c01fd68f1

[gaim-migrate @ 5039] Fixed win2ktrans and iconaway plugins committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 12 Mar 2003 16:45:33 +0000
parents 57d74064445a
children 809ef68273c8
line wrap: on
line diff
--- a/plugins/Makefile.mingw	Wed Mar 12 12:35:02 2003 +0000
+++ b/plugins/Makefile.mingw	Wed Mar 12 16:45:33 2003 +0000
@@ -76,15 +76,13 @@
 all: plugins
 	$(MAKE) -C $(TICKER) -f Makefile.mingw
 	$(MAKE) -C $(WINPREFS) -f Makefile.mingw
-
-#	$(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw
+	$(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw
 
 install:
 	cp $(GAIM_PLUGINS)/*.dll $(GAIM_INSTALL_DIR)/plugins
 	$(MAKE) -C $(TICKER) -f Makefile.mingw install
 	$(MAKE) -C $(WINPREFS) -f Makefile.mingw install
-
-#	$(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install
+	$(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install
 
 #
 # BUILD Plugin
@@ -98,9 +96,8 @@
 	$(CC) -mdll -o $@ tmp$@.o -Wl,$@.exp $(LIB_PATHS) $(LIBS)
 	rm -rf $@.base $@.def $@.exp junk.tmp
 
-plugins: spellchk.dll autorecon.dll
+plugins: iconaway.dll spellchk.dll autorecon.dll
 
-# iconaway.dll 
 
 ##
 ## CLEAN RULES