Mercurial > pidgin.yaz
view pidgin/pixmaps/emotes/none/Makefile.mingw @ 16335:d2870968078a
merge of '737a5f263d2401ffd63542586a1b261376ed022f'
and '90552ef3efe84c0005b6d6f1776f0fdf367208bf'
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 23 Apr 2007 23:55:11 +0000 |
parents | ded8da3de5f8 |
children | 92821180bded |
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 '$(pidginsmileypix_DATA)'; then \ mkdir -p $(pidginsmileypixdir); \ cp $(pidginsmileypix_DATA) $(pidginsmileypixdir); \ fi;