From 094d56a6bfc0696992969b01166c22449bb44858 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 20 Aug 2004 08:10:31 +0000 Subject: Also look for include files in top_src_dir/lasso. As for the python binding. I actually think this is a bug; why should lasso_wrap.c include lasso.h and not ? --- java/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/Makefile.am b/java/Makefile.am index cf585431..17596a3e 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -18,7 +18,7 @@ javalib_LTLIBRARIES=libjlasso.la libjlasso_la_SOURCES= $(JAVA_MODULE)_wrap.c libjlasso_la_CFLAGS= $(JDK_INCLUDES) \ $(LASSO_CFLAGS) \ - -I$(top_srcdir) \ + -I$(top_srcdir) -I$(top_srcdir)/lasso \ $(NULL) libjlasso_la_LIBADD= $(top_srcdir)/lasso/liblasso.la \ $(LASSO_LIBS) \ -- cgit