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/10/20 00:12:34 UTC

svn commit: r586628 - in /xml/security/trunk/c: Makefile.am Makefile.in bin/Makefile.in include/Makefile.in lib/Makefile.in

Author: scantor
Date: Fri Oct 19 15:12:33 2007
New Revision: 586628

URL: http://svn.apache.org/viewvc?rev=586628&view=rev
Log:
Removing autoheader files.
Add spec file to dist.

Removed:
    xml/security/trunk/c/Makefile.in
    xml/security/trunk/c/bin/Makefile.in
    xml/security/trunk/c/include/Makefile.in
    xml/security/trunk/c/lib/Makefile.in
Modified:
    xml/security/trunk/c/Makefile.am

Modified: xml/security/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/Makefile.am?rev=586628&r1=586627&r2=586628&view=diff
==============================================================================
--- xml/security/trunk/c/Makefile.am (original)
+++ xml/security/trunk/c/Makefile.am Fri Oct 19 15:12:33 2007
@@ -19,7 +19,7 @@
 SUBDIRS = include lib bin
 ACLOCAL_AMFLAGS = -I m4
 
-EXTRA_DIST = m4/acx_pthread.m4 Projects
+EXTRA_DIST = m4/acx_pthread.m4 Projects xml-security-c.spec
 
 dist-hook:
     rm -rf `find $(distdir)/Projects -name .svn`