libgaim/protocols/bonjour/Makefile.mingw

changeset 14617
7e4c1a72656a
parent 14377
c0440e16bacd
child 14638
b0fa76dac93f
--- a/libgaim/protocols/bonjour/Makefile.mingw	Thu Sep 14 19:26:04 2006 +0000
+++ b/libgaim/protocols/bonjour/Makefile.mingw	Thu Sep 14 19:37:46 2006 +0000
@@ -9,6 +9,7 @@
 
 TARGET = libbonjour
 NEEDED_DLLS = $(HOWL_TOP)/bin/libhowl-1.dll
+TYPE = PLUGIN
 
 # Static or Plugin...
 ifeq ($(TYPE),STATIC)
@@ -79,7 +80,7 @@
 ##
 
 clean:
-	rm -rf $(OBJECTS)
-	rm -rf $(TARGET).dll
+	rm -f $(OBJECTS)
+	rm -f $(TARGET).dll
 
 include $(GAIM_COMMON_TARGETS)

mercurial