From: Paul Brossier Date: Sun, 30 Aug 2009 13:37:18 +0000 (+0200) Subject: Makefile.am: only compile java stuff if swig is installed X-Git-Tag: bzr2git~377 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c3395f3f0552e4e2d75f191bc168f842d24976e8;p=aubio.git Makefile.am: only compile java stuff if swig is installed --- diff --git a/Makefile.am b/Makefile.am index cf6dfaa5..43c0269b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,10 +7,10 @@ SWIGDIR = swig if PYTHONFOUND PYTHONDIR = python endif -endif if JAVAFOUND JAVADIR = java endif +endif SUBDIRS = src ext cpp examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(JAVADIR) $(DOC) tests