You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/06/16 14:42:25 UTC

svn commit: r414817 - in /incubator/tuscany/cpp/sca: Makefile.am deploy/xsd/

Author: robbinspg
Date: Fri Jun 16 05:42:25 2006
New Revision: 414817

URL: http://svn.apache.org/viewvc?rev=414817&view=rev
Log:
TUSCANY-458 Linux SCA source dist build

Added:
    incubator/tuscany/cpp/sca/deploy/xsd/
Modified:
    incubator/tuscany/cpp/sca/Makefile.am

Modified: incubator/tuscany/cpp/sca/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/Makefile.am?rev=414817&r1=414816&r2=414817&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/Makefile.am Fri Jun 16 05:42:25 2006
@@ -2,7 +2,8 @@
 datadir=$(prefix)
 
 data_DATA = INSTALL README LICENSE COPYING
-EXTRA_DIST = LICENSE COPYING INSTALL README scatest.sh
+nobase_data_DATA = xsd/*.*
+EXTRA_DIST = LICENSE COPYING INSTALL README scatest.sh xsd
 dist-hook:
 	rm -rf `find $(distdir)/ -type d -name .svn`
 	rm -rf `find $(distdir)/ -type d -name .deps`



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org