You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2010/10/02 04:48:19 UTC

svn commit: r1003736 - /santuario/trunk/c/xsec/Makefile.am

Author: scantor
Date: Sat Oct  2 02:48:19 2010
New Revision: 1003736

URL: http://svn.apache.org/viewvc?rev=1003736&view=rev
Log:
Add missing header.

Modified:
    santuario/trunk/c/xsec/Makefile.am

Modified: santuario/trunk/c/xsec/Makefile.am
URL: http://svn.apache.org/viewvc/santuario/trunk/c/xsec/Makefile.am?rev=1003736&r1=1003735&r2=1003736&view=diff
==============================================================================
--- santuario/trunk/c/xsec/Makefile.am (original)
+++ santuario/trunk/c/xsec/Makefile.am Sat Oct  2 02:48:19 2010
@@ -245,6 +245,7 @@ transformersinclude_HEADERS = \
   transformers/TXFMBase64.hpp
 
 utilsinclude_HEADERS = \
+  utils/XSECAutoPtr.hpp \
   utils/XSECSafeBuffer.hpp \
   utils/XSECSOAPRequestor.hpp \
   utils/XSECTXFMInputSource.hpp \