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/28 19:59:10 UTC

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

Author: scantor
Date: Fri Sep 28 10:59:09 2007
New Revision: 580442

URL: http://svn.apache.org/viewvc?rev=580442&view=rev
Log:
Add Windows makefiles to dist.

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=580442&r1=580441&r2=580442&view=diff
==============================================================================
--- xml/security/trunk/c/Makefile.am (original)
+++ xml/security/trunk/c/Makefile.am Fri Sep 28 10:59:09 2007
@@ -19,4 +19,7 @@
 SUBDIRS = include lib bin
 ACLOCAL_AMFLAGS = -I m4
 
-EXTRA_DIST = m4/acx_pthread.m4
+EXTRA_DIST = m4/acx_pthread.m4 Projects
+
+dist-hook:
+    rm -rf `find $(distdir)/Projects -name .svn`