Mercurial > pidgin.yaz
view pidgin/pixmaps/tray/32/Makefile.mingw @ 18873:7066896f6628
disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 11 Aug 2007 04:19:32 +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;