Mercurial > pidgin.yaz
view pidgin/pixmaps/dialogs/Makefile.mingw @ 15561:feee34cfff5f
Patch from Richard 'wabz' Nelson: Make sure selection-changed signal is emitted if selected item is removed.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 04 Feb 2007 23:14:06 +0000 |
parents | d79ca56a4626 |
children | ded8da3de5f8 |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin pixmaps # include ./Makefile.am .PHONY: install install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ done; \ fi;