summaryrefslogtreecommitdiff
path: root/pidgin/pixmaps/animations/Makefile.mingw
blob: c57e696b27f9677279b85d21296e8b1bc0aa3b7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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;