From ac5f0bb95a3f8c7e1455525dc32ad54c3eb7de6e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 1 Nov 2012 10:46:51 -0400 Subject: [PATCH] implemented +[SOGoSAML2Session metadata] --- SoObjects/SOGo/GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SoObjects/SOGo/GNUmakefile b/SoObjects/SOGo/GNUmakefile index da52efc75..e79dccf6e 100644 --- a/SoObjects/SOGo/GNUmakefile +++ b/SoObjects/SOGo/GNUmakefile @@ -53,6 +53,7 @@ SOGo_HEADER_FILES = \ SOGoAuthenticator.h \ SOGoSession.h \ SOGoCASSession.h \ + SOGoSAML2Session.h \ SOGoDAVAuthenticator.h \ SOGoProxyAuthenticator.h \ SOGoWebAuthenticator.h \ @@ -122,6 +123,7 @@ SOGo_OBJC_FILES = \ \ SOGoSession.m \ SOGoCASSession.m \ + SOGoSAML2Session.m \ SOGoDAVAuthenticator.m \ SOGoProxyAuthenticator.m \ SOGoWebAuthenticator.m \ @@ -140,7 +142,8 @@ SOGo_OBJC_FILES = \ SOGo_RESOURCE_FILES = \ SOGoDefaults.plist \ - DAVReportMap.plist + DAVReportMap.plist \ + SOGoSAML2Metadata.xml ifeq ($(ldap_config),yes)