view gtk/pixmaps/status/default/Makefile.mingw @ 14758:636a1d981189

[gaim-migrate @ 17515] Don't include the qq smileys in wingaim. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 18 Oct 2006 04:15:43 +0000
parents 841ce6b110a8
children a02c29df922f
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim pixmaps
#

GAIM_TOP = ../../../..
include $(GAIM_TOP)/libgaim/win32/global.mak

datadir = $(GAIM_INSTALL_DIR)
include ./Makefile.am

#Exclude 264k of qq icons that aren't used on wingaim
install:
	if test '$(gaimstatuspix_DATA)'; then \
	  mkdir -p $(gaimstatuspixdir); \
	  cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \
	  rm -f $(gaimstatuspixdir)/qq*; \
	fi;