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/22 05:05:36 UTC

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

Author: scantor
Date: Fri Sep 21 20:05:34 2007
New Revision: 578358

URL: http://svn.apache.org/viewvc?rev=578358&view=rev
Log:
Add source macro 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=578358&r1=578357&r2=578358&view=diff
==============================================================================
--- xml/security/trunk/c/Makefile.am (original)
+++ xml/security/trunk/c/Makefile.am Fri Sep 21 20:05:34 2007
@@ -14,6 +14,9 @@
 # limitations under the License.
 #
 
+AUTOMAKE_OPTIONS = foreign
+
 SUBDIRS = include lib bin
-AUTOMAKE_OPTIONS=foreign
 ACLOCAL_AMFLAGS = -I m4
+
+EXTRA_DIST = m4/acx_pthread.m4