projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c25201
)
Makefile.am: only compile java stuff if swig is installed
author
Paul Brossier
<piem@piem.org>
Sun, 30 Aug 2009 13:37:18 +0000
(15:37 +0200)
committer
Paul Brossier
<piem@piem.org>
Sun, 30 Aug 2009 13:37:18 +0000
(15:37 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index cf6dfaa57c8dc70dd14d80d2e4523ac5b008483c..43c0269b11c6b42068efb8ad0cb89a0d39bae7cd 100644
(file)
--- 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