Mercurial > pidgin.yaz
view pidgin/pixmaps/toolbar/Makefile.mingw @ 18170:179bb0ea89c7
Using g_file_get_contents instead of common file operations; all DEBUG_MESSAGEs were removed
author | Michael Shkutkov <mshkutkov@soc.pidgin.im> |
---|---|
date | Wed, 20 Jun 2007 22:42:01 +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;