diff gtk/pixmaps/smileys/default/Makefile.mingw @ 14825:a02c29df922f

[gaim-migrate @ 17592] Enable QQ in wingaim. I don't really have a way to test it. Also disable some debug stuff in the about screen that doesn't make sense in wingaim. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 28 Oct 2006 00:28:06 +0000
parents 636a1d981189
children
line wrap: on
line diff
--- a/gtk/pixmaps/smileys/default/Makefile.mingw	Fri Oct 27 18:30:56 2006 +0000
+++ b/gtk/pixmaps/smileys/default/Makefile.mingw	Sat Oct 28 00:28:06 2006 +0000
@@ -12,11 +12,9 @@
 
 .PHONY: install
 
-#Exclude 132k of qq smileys that aren't used on wingaim
 install:
 	if test '$(gaimsmileypix_DATA)'; then \
 	  mkdir -p $(gaimsmileypixdir); \
 	  cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \
-	  rm -f $(gaimsmileypixdir)/qq_*; \
 	fi;