view share/ca-certs/Makefile.mingw @ 20460:5282ce7ac330 cpw.resiak.disconnectreason

Add disconnection reasons to yahoo
author Will Thompson <resiak@pidgin.im>
date Wed, 03 Oct 2007 17:44:29 +0000
parents 2071903c58e4
children 7715164cb3bb
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin ca-certs
#

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

datadir := $(PIDGIN_INSTALL_DIR)
include ./Makefile.am
cacertsdir := $(PIDGIN_INSTALL_DIR)/ca-certs

.PHONY: install

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