pidgin/pidgin

Bump the version and set the date for the release
release-2.x.y v2.14.0
2020-06-09, Gary Kramlich
26920ccc9bd7
Bump the version and set the date for the release
#
# 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;