comparison gtk/pixmaps/status/default/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 841ce6b110a8
comparison
equal deleted inserted replaced
14314:8b8188fa98f4 14315:8793fc8f7064
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 6
7 GAIM_TOP = ../../../.. 7 GAIM_TOP = ../../../..
8 include $(GAIM_TOP)/libgaim/win32/global.mak
8 9
9 datadir = $(GAIM_TOP)/win32-install-dir 10 datadir = $(GAIM_INSTALL_DIR)
10 include ./Makefile.am 11 include ./Makefile.am
11 12
12 install: 13 install:
13 if test '$(SUBDIRS)'; then \ 14 if test '$(SUBDIRS)'; then \
14 list='$(SUBDIRS)'; for subdir in $$list; do \ 15 list='$(SUBDIRS)'; for subdir in $$list; do \