Improve property inheritance, first batch of SessionInitiators, rename providerId.
[shibboleth/sp.git] / shibsp / Makefile.am
index aef97dc..b3045c6 100644 (file)
@@ -50,6 +50,7 @@ attrresinclude_HEADERS = \
        attribute/resolver/ResolutionContext.h
 
 bindinclude_HEADERS = \
+       binding/ArtifactResolver.h \
        binding/SOAPClient.h
 
 handinclude_HEADERS = \
@@ -91,12 +92,15 @@ libshibsp_la_SOURCES = \
        attribute/ScopedAttributeDecoder.cpp \
        attribute/resolver/impl/AttributeResolver.cpp \
        attribute/resolver/impl/SimpleAttributeResolver.cpp \
+       binding/impl/ArtifactResolver.cpp \
        binding/impl/SOAPClient.cpp \
        handler/impl/AbstractHandler.cpp \
        handler/impl/AssertionConsumerService.cpp \
+       handler/impl/ChainingSessionInitiator.cpp \
        handler/impl/RemotedHandler.cpp \
        handler/impl/SAML1Consumer.cpp \
        handler/impl/SAML2Consumer.cpp \
+       handler/impl/Shib1SessionInitiator.cpp \
        impl/RemotedSessionCache.cpp \
        impl/StorageServiceSessionCache.cpp \
        impl/XMLAccessControl.cpp \