view pidgin/pixmaps/icons/Makefile.mingw @ 20893:c521b0f72a7b

Add "@since 2.3.0" annotations to the new API, as advocated by rlaager.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 12 Oct 2007 23:22:46 +0000
parents f6b8e720dfea
children
line wrap: on
line source

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

include ./Makefile.am

install:

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