summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/test/store-java
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-03-01 10:13:34 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-03-01 10:13:34 +0000
commitaf92457520413750b9d186fa9beef193c23139a4 (patch)
treea1b154f9cfd2155d229d38f157fc96d4c69b1d60 /sca-cpp/trunk/test/store-java
parent99af35834fb7655f090af2a3ec01d09d3aa3f69c (diff)
Fixed build bootstrap error with duplicate variable definitions.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/test/store-java')
-rw-r--r--sca-cpp/trunk/test/store-java/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/test/store-java/Makefile.am b/sca-cpp/trunk/test/store-java/Makefile.am
index d4f161fd50..80972a0acc 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