pidgin/pidgin

Make ssl_*_read robust against bogus connection, like ssl_*_write is
discord-ssl-crash
2020-04-04, Samuel Thibault
3e026e7db681
Make ssl_*_read robust against bogus connection, like ssl_*_write is
#
# 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;