comparison gtk/pixmaps/buddy_icons/Makefile.mingw @ 15071:902f3621aa13

[gaim-migrate @ 17855] Use the QQ faces as buddy icons instead of status icons. Also, a few minor cleanups and a bug fix for faces > 33. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 30 Nov 2006 10:30:13 +0000
parents
children
comparison
equal deleted inserted replaced
15070:97ae8709d6dc 15071:902f3621aa13
1 #
2 # Makefile.mingw
3 #
4 # Description: Makefile for win32 (mingw) version of Gaim pixmaps
5 #
6
7 include ./Makefile.am
8
9 .PHONY: install
10
11 install:
12 if test '$(SUBDIRS)'; then \
13 list='$(SUBDIRS)'; for subdir in $$list; do \
14 $(MAKE) -C $$subdir -f Makefile.mingw install; \
15 done; \
16 fi;