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 2007/09/15 05:29:05 UTC

svn commit: r575870 - /xml/security/trunk/c/bin/Makefile.am

Author: scantor
Date: Fri Sep 14 20:29:04 2007
New Revision: 575870

URL: http://svn.apache.org/viewvc?rev=575870&view=rev
Log:
Add impl header files so they're included in distribution.

Modified:
    xml/security/trunk/c/bin/Makefile.am

Modified: xml/security/trunk/c/bin/Makefile.am
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/bin/Makefile.am?rev=575870&r1=575869&r2=575870&view=diff
==============================================================================
--- xml/security/trunk/c/bin/Makefile.am (original)
+++ xml/security/trunk/c/bin/Makefile.am Fri Sep 14 20:29:04 2007
@@ -34,28 +34,32 @@
 samples += simpleHMAC
 simpleHMAC_SOURCES = \
   ../src/samples/simpleHMAC.cpp \
-  ../src/samples/IOStreamOutputter.cpp
+  ../src/samples/IOStreamOutputter.cpp \
+  ../src/samples/IOStreamOutputter.hpp
 
 # HMAC validate
 
 samples += simpleValidate
 simpleValidate_SOURCES = \
   ../src/samples/simpleValidate.cpp \
-  ../src/samples/IOStreamOutputter.cpp
+  ../src/samples/IOStreamOutputter.cpp \
+  ../src/samples/IOStreamOutputter.hpp
 
 # Encrypt
 
 samples += simpleEncrypt
 simpleEncrypt_SOURCES = \
   ../src/samples/simpleEncrypt.cpp \
-  ../src/samples/IOStreamOutputter.cpp
+  ../src/samples/IOStreamOutputter.cpp \
+  ../src/samples/IOStreamOutputter.hpp
 
 # Decrypt
 
 samples += simpleDecrypt
 simpleDecrypt_SOURCES = \
   ../src/samples/simpleDecrypt.cpp \
-  ../src/samples/IOStreamOutputter.cpp
+  ../src/samples/IOStreamOutputter.cpp \
+  ../src/samples/IOStreamOutputter.hpp
 
 #
 # Finally we compile the tools that can be used to manipulate
@@ -77,7 +81,9 @@
 tools += checksig
 checksig_SOURCES = \
   ../src/tools/checksig/checksig.cpp \
+  ../src/tools/checksig/AnonymousResolver.hpp \
   ../src/tools/checksig/AnonymousResolver.cpp \
+  ../src/tools/checksig/InteropResolver.hpp \
   ../src/tools/checksig/InteropResolver.cpp
 
 tools += templatesign
@@ -95,6 +101,7 @@
 tools += cipher
 cipher_SOURCES = \
   ../src/tools/cipher/cipher.cpp \
+  ../src/tools/cipher/XencInteropResolver.hpp \
   ../src/tools/cipher/XencInteropResolver.cpp
 
 tools += xklient