From 99af35834fb7655f090af2a3ec01d09d3aa3f69c Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 1 Mar 2010 09:59:18 +0000 Subject: Minor fixes to distro build. Added missing scripts. Placed libraries in the correct module and component directories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917438 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/test/store-cpp/Makefile.am | 2 +- sca-cpp/trunk/test/store-java/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sca-cpp/trunk/test') diff --git a/sca-cpp/trunk/test/store-cpp/Makefile.am b/sca-cpp/trunk/test/store-cpp/Makefile.am index 59eebf1445..00d037cc97 100644 --- a/sca-cpp/trunk/test/store-cpp/Makefile.am +++ b/sca-cpp/trunk/test/store-cpp/Makefile.am @@ -15,8 +15,8 @@ # specific language governing permissions and limitations # under the License. -testdir=$(prefix)/test/store-cpp test_LTLIBRARIES = libcurrency-converter.la libfruits-catalog.la libshopping-cart.la +testdir = $(prefix)/test libcurrency_converter_la_SOURCES = currency-converter.cpp diff --git a/sca-cpp/trunk/test/store-java/Makefile.am b/sca-cpp/trunk/test/store-java/Makefile.am index 80972a0acc..d4f161fd50 100644 --- a/sca-cpp/trunk/test/store-java/Makefile.am +++ b/sca-cpp/trunk/test/store-java/Makefile.am @@ -15,12 +15,12 @@ # specific language governing permissions and limitations # under the License. -JAVAROOT = ${top_builddir}/test/store-java - if WANT_JAVA AM_JAVACFLAGS = -cp ${top_builddir}/modules/java/libmod-tuscany-java-${PACKAGE_VERSION}.jar:${JAVAROOT} +JAVAROOT = ${top_builddir}/test/store-java + noinst_JAVA = store/*.java CLEANFILES = store/*.class -- cgit v1.2.3