diff options
Diffstat (limited to 'java/examples/intro/Makefile.am')
-rw-r--r-- | java/examples/intro/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |