From 05c9f692e8a4139320b4f541e1654f7cd0fb44ec Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 24 Sep 2007 08:23:26 +0000 Subject: Made xtract_loudness() more permissive, so it doesn't crash if N > BARK_BANDS --- swig/java/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swig') 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 -- cgit v1.2.3