Mercurial > pidgin.yaz
view pidgin/pixmaps/emblems/16/Makefile.mingw @ 21294:8f3f166e0a39
Allow myspace to build outside of the source tree
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 10 Nov 2007 15:21: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 '$(pidginemblempix_DATA)'; then \ mkdir -p $(pidginemblempixdir); \ cp $(pidginemblempix_DATA) $(pidginemblempixdir); \ fi;