From ba991ee13ca54f130cbec349bd84af4e03333213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 30 Jan 2017 07:22:31 +0100 Subject: [PATCH] remove msn from the build --- protocols/Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/protocols/Jamfile b/protocols/Jamfile index 95482a6..b98cef2 100644 --- a/protocols/Jamfile +++ b/protocols/Jamfile @@ -5,5 +5,4 @@ CAYA_INCLUDE_DIR = $(TOP) application ; # Include all the components. SubInclude TOP protocols aim ; SubInclude TOP protocols xmpp ; -SubInclude TOP protocols msn ; SubInclude TOP protocols yahoo ;