Mercurial > pidgin
view share/Makefile.mingw @ 20091:2ab6b55ffa3d
Rename the internal home_dir variable to user_dir to match the function and
the custom_user_dir variable. Additionally, this will avoid confusion with
the purple_home_dir() function, which did not use the home_dir variable, as
that variable stored the user_dir.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 16 Sep 2007 18:59:11 +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;