From: Paul Brossier Date: Thu, 1 Oct 2009 13:44:48 +0000 (+0200) Subject: Makefile.am: update java location X-Git-Tag: bzr2git~239 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=04d50b073a752a4d6a4e854d35c8a08a77b21c8c;p=aubio.git Makefile.am: update java location --- 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: