--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtk/pixmaps/status/Makefile.mingw Sun May 20 06:19:49 2007 +0000 @@ -0,0 +1,14 @@ +# +# Makefile.mingw +# +# Description: Makefile for win32 (mingw) version of Gaim pixmaps +# + +include ./Makefile.am + +install: + if test '$(SUBDIRS)'; then \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + $(MAKE) -C $$subdir -f Makefile.mingw install; \ + done; \ + fi;