view pidgin/pixmaps/icons/Makefile.mingw @ 18908:6541b0edee26

Fix some assertion failures, that should really not be assertions. Found by using msimprpl with nullclient.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 12 Aug 2007 18:20:24 +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;