Mercurial > pidgin.yaz
view pidgin/pixmaps/icons/24/Makefile.mingw @ 19679:7e2327d291fb
merge of '7360490707a66389e7834a0251d950ce13a46165'
and '98350d405d58b18ceb5e45eeed882bbf41892259'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 07 Sep 2007 06:53:01 +0000 |
parents | ded8da3de5f8 |
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 '$(pidginiconspix_DATA)'; then \ mkdir -p $(pidginiconspixdir); \ cp $(pidginiconspix_DATA) $(pidginiconspixdir); \ fi;