summaryrefslogtreecommitdiffstats
path: root/java/examples
diff options
context:
space:
mode:
Diffstat (limited to 'java/examples')
-rw-r--r--java/examples/datasets/Makefile.am2
-rw-r--r--java/examples/datatypes/Makefile.am2
-rw-r--r--java/examples/groups/Makefile.am2
-rw-r--r--java/examples/intro/Makefile.am2
4 files changed, 4 insertions, 4 deletions
diff --git a/java/examples/datasets/Makefile.am b/java/examples/datasets/Makefile.am
index 49888a0..8498cff 100644
--- a/java/examples/datasets/Makefile.am
+++ b/java/examples/datasets/Makefile.am
@@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am
# Mark this directory as part of the JNI API
JAVA_API=yes
-JAVAROOT = .classes
+JAVAROOT = $(top_builddir)/.classes
classes:
$(MKDIR_P) $(@D)/$(JAVAROOT)
diff --git a/java/examples/datatypes/Makefile.am b/java/examples/datatypes/Makefile.am
index de2ea9d..fedfec3 100644
--- a/java/examples/datatypes/Makefile.am
+++ b/java/examples/datatypes/Makefile.am
@@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am
# Mark this directory as part of the JNI API
JAVA_API=yes
-JAVAROOT = .classes
+JAVAROOT = $(top_builddir)/.classes
classes:
$(MKDIR_P) $(@D)/$(JAVAROOT)
diff --git a/java/examples/groups/Makefile.am b/java/examples/groups/Makefile.am
index 802e2b0..181d2d9 100644
--- a/java/examples/groups/Makefile.am
+++ b/java/examples/groups/Makefile.am
@@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am
# Mark this directory as part of the JNI API
JAVA_API=yes
-JAVAROOT = .classes
+JAVAROOT = $(top_builddir)/.classes
classes:
$(MKDIR_P) $(@D)/$(JAVAROOT)
diff --git a/java/examples/intro/Makefile.am b/java/examples/intro/Makefile.am
index fef33d2..af4022b 100644
--- a/java/examples/intro/Makefile.am
+++ b/java/examples/intro/Makefile.am
@@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am
# Mark this directory as part of the JNI API
JAVA_API=yes
-JAVAROOT = .classes
+JAVAROOT = $(top_builddir)/.classes
classes:
$(MKDIR_P) $(@D)/$(JAVAROOT)