Mercurial > pidgin
view share/sounds/Makefile.mingw @ 30708:9a86ddd0914e
propagate from branch 'im.pidgin.pidgin' (head fc8a21d1f30004cf7a468e8ab79c0f922c6c4a3e)
to branch 'im.pidgin.cpw.qulogic.msnp16' (head 338fa5f69bb7675fc80f890f27023b462eadb1fa)
author | masca@cpw.pidgin.im |
---|---|
date | Wed, 10 Mar 2010 17:58:21 +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;