diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-20 08:10:31 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-20 08:10:31 +0000 |
| commit | 094d56a6bfc0696992969b01166c22449bb44858 (patch) | |
| tree | d93f9996078a2ec83724511a3e67b4203db585a2 /java | |
| parent | f6ec2331eae5fbb0ea6b57e74091627de91a1ebe (diff) | |
| download | lasso-094d56a6bfc0696992969b01166c22449bb44858.tar.gz lasso-094d56a6bfc0696992969b01166c22449bb44858.tar.xz lasso-094d56a6bfc0696992969b01166c22449bb44858.zip | |
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
<lasso/lasso.h> ?
Diffstat (limited to 'java')
| -rw-r--r-- | java/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |
