pidgin/pidgin

1966704b3e42
merge of '77693555855fe9cd3215414f79964dba346cc5fa'
and '19a87e98e5857ad0289f2c760d460f7f1dbbb42d'
#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim sounds
#
GAIM_TOP := ../..
include $(GAIM_TOP)/libgaim/win32/global.mak
datadir := $(GAIM_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(sounds_DATA)'; then \
mkdir -p $(soundsdir); \
cp $(sounds_DATA) $(soundsdir); \
fi;