Makefile.am: only compile java stuff if swig is installed
authorPaul Brossier <piem@piem.org>
Sun, 30 Aug 2009 13:37:18 +0000 (15:37 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 30 Aug 2009 13:37:18 +0000 (15:37 +0200)
Makefile.am

index cf6dfaa57c8dc70dd14d80d2e4523ac5b008483c..43c0269b11c6b42068efb8ad0cb89a0d39bae7cd 100644 (file)
@@ -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