aboutsummaryrefslogtreecommitdiff
path: root/swig/java/Makefile.am
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2007-09-24 08:23:26 +0000
committerJamie Bullock <jamie@postlude.co.uk>2007-09-24 08:23:26 +0000
commit05c9f692e8a4139320b4f541e1654f7cd0fb44ec (patch)
treee8511d3139dbfb673a9f04116b8040fa7e9bc14f /swig/java/Makefile.am
parent1f22cd5a7ddd3030c0c47f0528f5b2068f6b5283 (diff)
downloadLibXtract-05c9f692e8a4139320b4f541e1654f7cd0fb44ec.tar.gz
LibXtract-05c9f692e8a4139320b4f541e1654f7cd0fb44ec.tar.bz2
LibXtract-05c9f692e8a4139320b4f541e1654f7cd0fb44ec.zip
Made xtract_loudness() more permissive, so it doesn't crash if N > BARK_BANDS
Diffstat (limited to 'swig/java/Makefile.am')
-rw-r--r--swig/java/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/java/Makefile.am b/swig/java/Makefile.am
index 4ff926d..1daa68c 100644
--- a/swig/java/Makefile.am
+++ b/swig/java/Makefile.am
@@ -20,7 +20,7 @@ SWIG_SOURCES = ../xtract.i
lib_LTLIBRARIES = libjxtract.la
libjxtract_la_SOURCES = $(srcdir)/xtract_wrap.c $(SWIG_SOURCES)
libjxtract_la_CFLAGS = $(SWIG_PYTHON_CPPFLAGS) -I$(top_srcdir)/src
-ibjxtract_la_LDFLAGS = -module -lxtract
+libjxtract_la_LDFLAGS = -module -lxtract
libjxtract_la_LIBADD = $(top_srcdir)/src/libxtract.la
SWIG_JAVA_OPT = -java -package xtract.core