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/31 18:47:20 UTC

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

Author: scantor
Date: Wed Oct 31 10:47:19 2007
New Revision: 590768

URL: http://svn.apache.org/viewvc?rev=590768&view=rev
Log:
Added Windows resource files 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=590768&r1=590767&r2=590768&view=diff
==============================================================================
--- xml/security/trunk/c/Makefile.am (original)
+++ xml/security/trunk/c/Makefile.am Wed Oct 31 10:47:19 2007
@@ -19,7 +19,9 @@
 SUBDIRS = include lib bin
 ACLOCAL_AMFLAGS = -I m4
 
-EXTRA_DIST = m4/acx_pthread.m4 Projects xml-security-c.spec
+EXTRA_DIST = m4/acx_pthread.m4 Projects xml-security-c.spec \
+    src/framework/resource.h \
+    src/framework/version.rc
 
 dist-hook:
     rm -rf `find $(distdir)/Projects -name .svn`