view pidgin/pixmaps/toolbar/22/Makefile.mingw @ 20032:d4bb8b85ab2e

The MSN http method should default to MSN_HTTPCONN_SERVER, not MSN_SERVER
author Evan Schoenberg <evan.s@dreskin.net>
date Sun, 16 Sep 2007 05:30:13 +0000
parents e06b387d79bd
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 '$(pidgintoolbarpix_DATA)'; then \
	  mkdir -p $(pidgintoolbarpixdir); \
	  cp $(pidgintoolbarpix_DATA) $(pidgintoolbarpixdir); \
	fi;