view pixmaps/status/Makefile.mingw @ 6624:22346bcb50c2

[gaim-migrate @ 7148] (11:42:49) Robot101: LSchiere2: in server.c, change first occurence of GAIM_MESSAGE_AUTO_RESP to GAIM_IM_AUTO_RESP (11:46:33) Robot101: LSchiere2: (it's doing an & with imflags, for sanity check) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 25 Aug 2003 15:47:44 +0000
parents eb6feb00e6f3
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim pixmaps
#

INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/status

include ./Makefile.am

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f Makefile.mingw install; \
	  done; \
	fi;