Mercurial > pidgin
view share/ca-certs/Makefile.mingw @ 22856:ab2322195dab
Minor changes... mostly whitespace related.
Also changed some functions in family_admin.c to be void instead of
returning the same int every time, and fixed a tiny memleak in
family_admin.c. Oh, I think there was a variable in family_icbm.c
that was being redeclared inside of a block--functionally it was fine,
but it could have led to confusion.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 05 May 2008 09:22:46 +0000 |
parents | d5ecaf5bce93 |
children | a7711cdafa6b |
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;