view pidgin/pixmaps/toolbar/Makefile.mingw @ 19168:f63e38e33811

Some lines to the auto-thingies to aid in libgnt building standalone
author Eric Polino <aluink@pidgin.im>
date Mon, 16 Jul 2007 19:49:59 +0000
parents ad9e09c331f5
children
line wrap: on
line source

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

include ./Makefile.am

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