X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=samltest%2FMakefile.am;h=124f4ce23575b08493f6457fdcc462436aa3c5d9;hp=0dc3ee63c50b702c943fa2f112b43afeddc5bb54;hb=HEAD;hpb=3e24f572860bb4731a349efdb7170594ff90c5fb diff --git a/samltest/Makefile.am b/samltest/Makefile.am index 0dc3ee6..124f4ce 100644 --- a/samltest/Makefile.am +++ b/samltest/Makefile.am @@ -14,6 +14,7 @@ samltest_h = \ SAMLArtifactType0002Test.h \ SAMLArtifactType0004Test.h \ ArtifactMapTest.h \ + CookieTest.h \ encryption/EncryptedAssertionTest.h \ signature/SAML1AssertionTest.h \ signature/SAML1RequestTest.h \ @@ -105,9 +106,10 @@ noinst_HEADERS = \ nodist_samltest_SOURCES = $(samltest_h:.h=.cpp) +if BUILD_UNITTEST BUILT_SOURCES = $(nodist_samltest_SOURCES) - CLEANFILES = $(nodist_samltest_SOURCES) +endif do-cxxtestgen: if test "$(CPPFILE)" = "samltest.cpp"; then \