ref: 04d50b073a752a4d6a4e854d35c8a08a77b21c8c
parent: 18738adf08c774bdd00baa4e4eaf2fdecb416182
author: Paul Brossier <piem@piem.org>
date: Thu Oct 1 11:44:48 EDT 2009
Makefile.am: update java location
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,12 +8,12 @@
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: