Cloning fixes, initial protocol check-in.
[shibboleth/cpp-opensaml.git] / saml / Makefile.am
index 139d5fb..6171f9f 100644 (file)
@@ -14,11 +14,16 @@ libsamlinclude_HEADERS = \
     version.h \
     SAMLConfig.h
 
+siginclude_HEADERS = \
+    signature/SigningContext.h \
+    signature/VerifyingContext.h
+
 utilinclude_HEADERS = \
     util/SAMLConstants.h
 
 saml1coreinclude_HEADERS = \
-       saml1/core/Assertions.h
+       saml1/core/Assertions.h \
+       saml1/core/Protocols.h
 
 noinst_HEADERS = \
     internal.h
@@ -27,6 +32,10 @@ libsaml_la_SOURCES = \
     SAMLConfig.cpp \
     saml1/core/impl/AssertionsImpl.cpp \
     saml1/core/impl/AssertionsSchemaValidators.cpp \
+    saml1/core/impl/ProtocolsImpl.cpp \
+    saml1/core/impl/ProtocolsSchemaValidators.cpp \
+    signature/SigningContext.cpp \
+    signature/VerifyingContext.cpp \
     util/SAMLConstants.cpp
 
 # this is different from the project version