view pidgin/pixmaps/emotes/default/22/Makefile.mingw @ 15395:0453c85a1c51

Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 23 Jan 2007 17:53:00 +0000
parents
children ded8da3de5f8
line wrap: on
line source

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

GAIM_TOP := ../../../../..
include $(GAIM_TOP)/libpurple/win32/global.mak

datadir = $(GAIM_INSTALL_DIR)
include ./Makefile.am

.PHONY: install

install:
	if test '$(pidginsmileypix_DATA)'; then \
	  mkdir -p $(pidginsmileypixdir); \
	  cp $(pidginsmileypix_DATA) $(pidginsmileypixdir); \
	fi;