view share/Makefile.mingw @ 20624:53545dbfd38f

Revert Sean's change made in bc3eeb1d4eeaeaee53957eb2efb1dd14f651c1d7 to autogen.sh. He added a --previous argument to glib-gettextize, which I get an error about and can't find documented anywhere. If this was legit, it should be re-committed with appropriate testing for backwards compatibility and a proper commit message.
author Richard Laager <rlaager@wiktel.com>
date Sat, 22 Sep 2007 20:42:40 +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;