view pidgin/pixmaps/icons/Makefile.mingw @ 20645:ff4afedf63b5

Don't show "tune" and "mobile" in the Edit a Status! window, and don't show independent statuses in the Edit a Substatus! window. Our interface doesn't really let users set independent statuses themselves. It probably should.
author Mark Doliner <mark@kingant.net>
date Wed, 26 Sep 2007 06:56:02 +0000
parents f6b8e720dfea
children
line wrap: on
line source

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

include ./Makefile.am

install:

install_real:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	  if [ "$$subdir" != "22" ]; then \
	    $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \
	  fi; \
	  done; \
	fi;