Mercurial > pidgin.yaz
view pidgin/pixmaps/tray/48/Makefile.mingw @ 20340:c4d86acb82e7
applied changes from ef97aa9259d77504bb07c2dff5ec0750d498e847
through eaca7bcddbde5dc407ddc81c557e7722cca3e35d
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 21 Oct 2007 04:30:45 +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;