Improve property inheritance, first batch of SessionInitiators, rename providerId.
[shibboleth/sp.git] / shibsp / Makefile.am
index 1e0c521..b3045c6 100644 (file)
@@ -13,6 +13,8 @@ attrresincludedir = $(includedir)/shibsp/attribute/resolver
 
 bindincludedir = $(includedir)/shibsp/binding
 
+handincludedir = $(includedir)/shibsp/handler
+
 mdincludedir = $(includedir)/shibsp/metadata
 
 remincludedir = $(includedir)/shibsp/remoting
@@ -22,13 +24,11 @@ secincludedir = $(includedir)/shibsp/security
 utilincludedir = $(includedir)/shibsp/util
 
 libshibspinclude_HEADERS = \
-       AbstractHandler.h \
        AbstractSPRequest.h \
        AccessControl.h \
        Application.h \
        base.h \
        exceptions.h \
-       Handler.h \
        paths.h \
        RequestMapper.h \
        ServiceProvider.h \
@@ -50,18 +50,25 @@ attrresinclude_HEADERS = \
        attribute/resolver/ResolutionContext.h
 
 bindinclude_HEADERS = \
+       binding/ArtifactResolver.h \
        binding/SOAPClient.h
-       
+
+handinclude_HEADERS = \
+       handler/AbstractHandler.h \
+       handler/AssertionConsumerService.h \
+       handler/Handler.h \
+       handler/RemotedHandler.h
+
 mdinclude_HEADERS = \
        metadata/MetadataExt.h
 
 reminclude_HEADERS = \
-       ddf.h \
-       ListenerService.h \
-       RemotedHandler.h
+       remoting/ddf.h \
+       remoting/ListenerService.h
        
 secinclude_HEADERS = \
-       security/PKIXTrustEngine.h
+       security/PKIXTrustEngine.h \
+       security/SecurityPolicy.h
 
 utilinclude_HEADERS = \
        util/DOMPropertySet.h \
@@ -74,7 +81,6 @@ noinst_HEADERS = \
        remoting/impl/SocketListener.h
 
 libshibsp_la_SOURCES = \
-       AbstractHandler.cpp \
        AbstractSPRequest.cpp \
        Application.cpp \
        ServiceProvider.cpp \
@@ -86,7 +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 \
@@ -96,11 +110,11 @@ libshibsp_la_SOURCES = \
        metadata/MetadataExtSchemaValidators.cpp \
        remoting/impl/ddf.cpp \
        remoting/impl/ListenerService.cpp \
-       remoting/impl/RemotedHandler.cpp \
        remoting/impl/SocketListener.cpp \
        remoting/impl/TCPListener.cpp \
        remoting/impl/UnixListener.cpp \
        security/PKIXTrustEngine.cpp \
+       security/SecurityPolicy.cpp \
        util/DOMPropertySet.cpp \
        util/SPConstants.cpp \
        util/TemplateParameters.cpp