Mercurial > pidgin.yaz
view pidgin/pixmaps/toolbar/Makefile.mingw @ 15864:4c707efebc0c
Use PURPLE_WEBSITE instead of listing the website directly (which was wrong because of the sed).
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 21 Mar 2007 08:41:56 +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;