From c3395f3f0552e4e2d75f191bc168f842d24976e8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 30 Aug 2009 15:37:18 +0200 Subject: [PATCH] Makefile.am: only compile java stuff if swig is installed --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2