diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-01 09:59:18 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-01 09:59:18 +0000 |
commit | 99af35834fb7655f090af2a3ec01d09d3aa3f69c (patch) | |
tree | cee868b609e1e43ec9f2cab9b56bb36388b98ced /sca-cpp/trunk/test | |
parent | edc5e5d1f4d00bb499606e92bada758e821dca15 (diff) |
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
Diffstat (limited to 'sca-cpp/trunk/test')
-rw-r--r-- | sca-cpp/trunk/test/store-cpp/Makefile.am | 2 | ||||
-rw-r--r-- | sca-cpp/trunk/test/store-java/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
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 |