view pidgin/pixmaps/icons/Makefile.mingw @ 17245:05fa005bdc59

Ignore copy/cut requests when there is no selection instead of clearing the clipboard. This is consistent with the rest of how GTK+ works. Fixes #1030
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 23 May 2007 01:14:29 +0000
parents fe792a7b7ee3
children f6b8e720dfea
line wrap: on
line source

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

include ./Makefile.am

install:

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