view share/Makefile.mingw @ 19601:979d1b4fbe35

If a prpl doesn't support icons then hide the "use a custom icon?" checkbox in the account editor. Previously we were hiding the icon selector and the "remove" button, but not the check box.
author Mark Doliner <mark@kingant.net>
date Mon, 03 Sep 2007 09:02:23 +0000
parents ceb6561c5865
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version
#

PIDGIN_TREE_TOP := ..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak

include ./Makefile.am

.PHONY: install clean

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
	  done; \
	fi;