Mercurial > pidgin
view share/sounds/Makefile.mingw @ 26914:338ac8c43931
merge of '062468e9e5c7b0a7d4fb51cbd78c9a769cbd120a'
and '13f518fad2e8dacf137c733223da9b6d535c8ae1'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 19 May 2009 06:35:24 +0000 |
parents | 4c26b23e7859 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin sounds # PIDGIN_TREE_TOP := ../.. include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak datadir := $(PIDGIN_INSTALL_DIR) include ./Makefile.am .PHONY: install install: if test '$(sounds_DATA)'; then \ mkdir -p $(soundsdir); \ cp $(sounds_DATA) $(soundsdir); \ fi;