X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2FMakefile.am;h=f7594ae3b01cc75d5ad55a576e8da508e4c796e9;hb=fe73576ec05a91b1133a2349c8224414a9fc6416;hp=77ef05b30474ac803975eb9fa7702e07d7f65d1c;hpb=281aabda625a6b66a6c0b04c81390fe2907753ae;p=shibboleth%2Fcpp-opensaml.git diff --git a/samltest/Makefile.am b/samltest/Makefile.am index 77ef05b..f7594ae 100644 --- a/samltest/Makefile.am +++ b/samltest/Makefile.am @@ -12,6 +12,7 @@ samltest_h = \ signature/SAML1AssertionTest.h \ signature/SAML1RequestTest.h \ signature/SAML1ResponseTest.h \ + signature/SAML2AssertionTest.h \ saml1/core/impl/ActionTest.h \ saml1/core/impl/AdviceTest.h \ saml1/core/impl/AssertionIDReferenceTest.h \ @@ -24,7 +25,8 @@ samltest_h = \ saml1/core/impl/AuthenticationStatementTest.h noinst_HEADERS = \ - internal.h + internal.h \ + signature/SAMLSignatureTestBase.h nodist_samltest_SOURCES = $(samltest_h:.h=.cpp)