view pixmaps/smileys/default/Makefile.mingw @ 12032:62955c595e49

[gaim-migrate @ 14325] <LSchiere2> seanegan: but --disable-vv shouldn't be necessary since I'm not using --enable-vv (which IS documented in configure --help) <seanegan> Good. Now make it --disable-vv unless you explicitly --enable-vv for me <LSchiere2> seanegan: I don't understand configure.ac I don't understand configure.ac much either, but this achieves the above There's also a little bit of gmp stuff here that I found necessary to allow sametime to load. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 09 Nov 2005 21:21:29 +0000
parents 5f0385678315
children
line wrap: on
line source

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

datadir = ../../../win32-install-dir
include ./Makefile.am

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f Makefile.mingw install; \
	  done; \
	fi;
	if test '$(gaimsmileypix_DATA)'; then \
	  mkdir -p $(gaimsmileypixdir); \
	  cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \
	fi;