comparison gtk/pixmaps/smileys/Makefile.mingw @ 14315:8793fc8f7064

[gaim-migrate @ 17008] Lee Roach revamped the win32 makefiles. This makes me happy, they were in dire need of some loving. This makes life a great deal easier for anyone who wants to build out-of-tree plugins. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 23 Aug 2006 21:34:43 +0000
parents c54ea2572de9
children 5d03b309b482
comparison
equal deleted inserted replaced
14314:8b8188fa98f4 14315:8793fc8f7064
1 # 1 #
2 # Makefile.mingw 2 # Makefile.mingw
3 # 3 #
4 # Description: Makefile for win32 (mingw) version of Gaim pixmaps 4 # Description: Makefile for win32 (mingw) version of Gaim pixmaps
5 # 5 #
6
7 GAIM_TOP = ../../..
8
9 INSTALL_DIR = $(GAIM_TOP)/win32-install-dir/pixmaps/gaim/smileys
10 6
11 include ./Makefile.am 7 include ./Makefile.am
12 8
13 install: 9 install:
14 if test '$(SUBDIRS)'; then \ 10 if test '$(SUBDIRS)'; then \