Mercurial > pidgin.yaz
view share/sounds/Makefile.mingw @ 31007:c5ba7dd399fa
merged from im.pidgin.pidgin:
- oscar.c needs to be revised
- changes in google.c may need to be salvaged
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 22 Sep 2010 14:17:09 +0900 |
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;