Makefile fixes, macro fix
authorScott Cantor <cantor.2@osu.edu>
Thu, 25 May 2006 04:25:17 +0000 (04:25 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 25 May 2006 04:25:17 +0000 (04:25 +0000)
saml/Makefile.am
saml/saml1/core/impl/ProtocolsImpl.cpp
samltest/Makefile.am

index 4bf8fb3..9796c35 100644 (file)
@@ -4,6 +4,8 @@ lib_LTLIBRARIES = libsaml.la
 
 libsamlincludedir = $(includedir)/saml
 
+sigincludedir = $(includedir)/signature
+
 utilincludedir = $(includedir)/saml/util
 
 saml1coreincludedir = $(includedir)/saml/saml1/core
index 1c6ee51..fd2b330 100644 (file)
@@ -95,7 +95,7 @@ namespace opensaml {
             }
             
             IMPL_XMLOBJECT_CLONE(RespondWith);
-            IMPL_XMLOBJECT_CONTENT();
+            IMPL_XMLOBJECT_CONTENT;
         };
 
         class SAML_DLLLOCAL SubjectQueryImpl : public virtual SubjectQuery,
index 394483f..77ef05b 100644 (file)
@@ -9,9 +9,9 @@ endif
 
 samltest_h = \
     samltest.h \
-    saml/signature/SAML1AssertionTest.h \
-    saml/signature/SAML1RequestTest.h \
-    saml/signature/SAML1ResponseTest.h \
+    signature/SAML1AssertionTest.h \
+    signature/SAML1RequestTest.h \
+    signature/SAML1ResponseTest.h \
     saml1/core/impl/ActionTest.h \
     saml1/core/impl/AdviceTest.h \
     saml1/core/impl/AssertionIDReferenceTest.h \