view pidgin/pixmaps/status/22/Makefile.mingw @ 16524:1ccbf44fbce5

Remove small glitch.
author Hylke Bons <hylkebons@gmail.com>
date Fri, 27 Apr 2007 11:26:36 +0000
parents 53e3f929c86f
children
line wrap: on
line source

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

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

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

.PHONY: install

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

	$(MAKE) -C rtl -f Makefile.mingw install || exit 1; \