Improve property inheritance, first batch of SessionInitiators, rename providerId.
[shibboleth/sp.git] / shibsp / Makefile.am
index 0c262db..b3045c6 100644 (file)
@@ -7,26 +7,117 @@ lib_LTLIBRARIES = libshibsp.la
 
 libshibspincludedir = $(includedir)/shibsp
 
+attrincludedir = $(includedir)/shibsp/attribute
+
+attrresincludedir = $(includedir)/shibsp/attribute/resolver
+
+bindincludedir = $(includedir)/shibsp/binding
+
+handincludedir = $(includedir)/shibsp/handler
+
+mdincludedir = $(includedir)/shibsp/metadata
+
+remincludedir = $(includedir)/shibsp/remoting
+
+secincludedir = $(includedir)/shibsp/security
+
+utilincludedir = $(includedir)/shibsp/util
+
 libshibspinclude_HEADERS = \
+       AbstractSPRequest.h \
+       AccessControl.h \
+       Application.h \
        base.h \
-       ddf.h \
        exceptions.h \
-       ListenerService.h \
        paths.h \
-       version.h \
-       SocketListener.h \
-       SPConfig.h
+       RequestMapper.h \
+       ServiceProvider.h \
+       SessionCache.h \
+       SPConfig.h \
+       SPRequest.h \
+       TransactionLog.h \
+       version.h
+
+attrinclude_HEADERS = \
+       attribute/Attribute.h \
+       attribute/AttributeDecoder.h \
+       attribute/NameIDAttribute.h \
+       attribute/ScopedAttribute.h \
+       attribute/SimpleAttribute.h
+
+attrresinclude_HEADERS = \
+       attribute/resolver/AttributeResolver.h \
+       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 = \
+       remoting/ddf.h \
+       remoting/ListenerService.h
+       
+secinclude_HEADERS = \
+       security/PKIXTrustEngine.h \
+       security/SecurityPolicy.h
+
+utilinclude_HEADERS = \
+       util/DOMPropertySet.h \
+       util/PropertySet.h \
+       util/SPConstants.h \
+       util/TemplateParameters.h
 
 noinst_HEADERS = \
-       internal.h
+       internal.h \
+       remoting/impl/SocketListener.h
 
 libshibsp_la_SOURCES = \
-       ddf.cpp \
-       ListenerService.cpp \
-       SocketListener.cpp \
-       TCPListener.cpp \
-       UnixListener.cpp \
-       SPConfig.cpp
+       AbstractSPRequest.cpp \
+       Application.cpp \
+       ServiceProvider.cpp \
+       SessionCache.cpp \
+       SPConfig.cpp \
+       attribute/Attribute.cpp \
+       attribute/NameIDAttributeDecoder.cpp \
+       attribute/SimpleAttributeDecoder.cpp \
+       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 \
+       impl/XMLRequestMapper.cpp \
+       impl/XMLServiceProvider.cpp \
+       metadata/MetadataExtImpl.cpp \
+       metadata/MetadataExtSchemaValidators.cpp \
+       remoting/impl/ddf.cpp \
+       remoting/impl/ListenerService.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
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html