implemented +[SOGoSAML2Session metadata]

This commit is contained in:
Wolfgang Sourdeau
2012-11-01 10:46:51 -04:00
parent e31f809849
commit ac5f0bb95a
+4 -1
View File
@@ -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)