view share/Makefile.mingw @ 19404:93dfc16efbda

If purple_blist_add_{chat,buddy} is called with a group or chat that isn't on the blist, add it at the beginning, similar to how we create and add a default group, if no group is given. Following discussion from http://pidgin.im/pipermail/devel/2007-August/002920.html on an earlier revision, fea00266488c85ba94e735d5885d991298e8f9d7.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 25 Aug 2007 05:40:12 +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;