Mercurial > pidgin.yaz
view pidgin/pixmaps/icons/24/Makefile.mingw @ 20349:0484600ac434
applied changes from 29b2fc4762e2c5d03a7100c78f2a7b49237c5e80
through f4cb0b01008f7485ff8e336ba2be02072dfef04e
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 21 Oct 2007 04:49:28 +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;