From 04d50b073a752a4d6a4e854d35c8a08a77b21c8c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 1 Oct 2009 15:44:48 +0200 Subject: [PATCH] Makefile.am: update java location --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 43c0269b..257a70df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,12 +8,12 @@ if PYTHONFOUND PYTHONDIR = python endif if JAVAFOUND -JAVADIR = java +JAVADIR = interfaces/java endif endif -SUBDIRS = src ext cpp examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests +SUBDIRS = src ext interfaces/cpp examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests EXTRA_DIST = bootstrap VERSION docs: -- 2.26.2