fix some build issues with current resolver
authorLuke Howard <lukeh@padl.com>
Thu, 21 Oct 2010 04:36:47 +0000 (15:36 +1100)
committerLuke Howard <lukeh@padl.com>
Thu, 21 Oct 2010 04:36:47 +0000 (15:36 +1100)
autogen.sh
util_shib.cpp

index 0928bcf..a209369 100755 (executable)
@@ -6,7 +6,7 @@ if [ -x "`which autoreconf 2>/dev/null`" ] ; then
    exec autoreconf -ivf
 fi
 
-aclocal -I m4 && \
+aclocal -I . -I m4 && \
     autoheader && \
     libtoolize --automake -c && \
     autoconf && \
index 13d88f6..e8beba4 100644 (file)
  * Local attribute provider implementation.
  */
 
+#include <xmltooling/XMLObject.h>
+
+#include <saml/saml2/core/Assertions.h>
+
 #include <shibsp/exceptions.h>
 #include <shibsp/attribute/SimpleAttribute.h>
-
 #include <shibresolver/resolver.h>
 
 #include <sstream>