Mercurial > pidgin
view share/Makefile.mingw @ 20299:62d0c7885618
applied changes from 2dc8fc60a9db3bce83fb319e9406ec3c01575911
through 63162f419a649bdd77b85cff73c4c490ec863ed1
log message:
| Pounce handlers cannot have a null callback.
committer: Luke Schierer <lschiere@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 19 Oct 2007 16:22:50 +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;