diff libgaim/Makefile.mingw @ 14232:a7590884324d

[gaim-migrate @ 16914] Protocols now compile on win32. Next, everything needs to be put all together. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 20 Aug 2006 18:49:08 +0000
parents ab8a105eff62
children c54ea2572de9
line wrap: on
line diff
--- a/libgaim/Makefile.mingw	Sun Aug 20 18:07:53 2006 +0000
+++ b/libgaim/Makefile.mingw	Sun Aug 20 18:49:08 2006 +0000
@@ -134,8 +134,10 @@
 .PHONY: all clean include_path
 
 all: $(TARGET).dll
+	$(MAKE) -C protocols -f Makefile.mingw
 
 install: all
+	$(MAKE) -C protocols -f Makefile.mingw install
 	cp $(GAIM_SRC)/$(TARGET).dll $(GAIM_INSTALL_DIR)
 
 #
@@ -153,3 +155,4 @@
 	rm -rf *.o ./win32/*.o
 	rm -rf $(TARGET).dll
 	rm -rf $(TARGET).dll.a
+	$(MAKE) -C protocols -f Makefile.mingw clean