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 17:11:27 UTC

svn commit: r414847 - in /incubator/tuscany/cpp/sca/runtime/core/test: CustomerInfo/Makefile.am Makefile.am MyValue/Makefile.am

Author: robbinspg
Date: Fri Jun 16 08:11:27 2006
New Revision: 414847

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

Modified:
    incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am
    incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am
    incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am

Modified: incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am?rev=414847&r1=414846&r2=414847&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/core/test/CustomerInfo/Makefile.am Fri Jun 16 08:11:27 2006
@@ -5,6 +5,8 @@
 CustomerInfoImpl_CustomerInfoService_Proxy.cpp \
 CustomerInfoImpl_CustomerInfoService_Wrapper.cpp
 
+noinst_HEADERS = *.h
+
 libCustomerInfo_la_LIBADD =
 
 INCLUDES = -I$(top_builddir)/runtime/core/src \

Modified: incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am?rev=414847&r1=414846&r2=414847&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/core/test/Makefile.am Fri Jun 16 08:11:27 2006
@@ -1,5 +1,14 @@
 SUBDIRS = CustomerInfo MyValue src
 
+EXTRA_DIST = testSCASystem/subsystems \
+testSCASystem/modules/MyValueServiceModule/sca.module \
+testSCASystem/modules/MyValueServiceModule/*.fragment \
+testSCASystem/modules/MyValueServiceModule/*.componentType \
+testSCASystem/modules/MyValueServiceModule/*.wsdl \
+testSCASystem/modules/MyValueServiceModule/*.xsd \
+testSCASystem/modules/MyValueServiceModule/*.config
+
+
 BUILT_SOURCES = scagen
 
 scagen:

Modified: incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am?rev=414847&r1=414846&r2=414847&view=diff
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/core/test/MyValue/Makefile.am Fri Jun 16 08:11:27 2006
@@ -1,5 +1,7 @@
 lib_LTLIBRARIES = libMyValue.la
 
+noinst_HEADERS = *.h
+
 libMyValue_la_SOURCES = \
 MyValueImpl.cpp \
 MyValueImpl_customerInfo_Proxy.cpp \



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