Mercurial > pidgin.yaz
view pidgin/pixmaps/tray/32/Makefile.mingw @ 18937:eac58c6caae7
- More documentation
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Fri, 22 Jun 2007 03:38:43 +0000 |
parents | 7ac75fe490c2 |
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 '$(pidgintraypix_DATA)'; then \ mkdir -p $(pidgintraypixdir); \ cp $(pidgintraypix_DATA) $(pidgintraypixdir); \ fi;