diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-26 22:58:35 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-26 22:58:35 +0000 |
| commit | 477c0dbd7d48d3380a75095b6ba346302d8da9f6 (patch) | |
| tree | 92d3646030bf9d0d6655f26ae100e6eca411127e /csharp | |
| parent | af47a299cc0d9a9afaca4aeed7b45d832296a7ff (diff) | |
| download | lasso-477c0dbd7d48d3380a75095b6ba346302d8da9f6.tar.gz lasso-477c0dbd7d48d3380a75095b6ba346302d8da9f6.tar.xz lasso-477c0dbd7d48d3380a75095b6ba346302d8da9f6.zip | |
fix INCLUDES
Diffstat (limited to 'csharp')
| -rw-r--r-- | csharp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/Makefile.am b/csharp/Makefile.am index e959f5f9..2c569b1b 100644 --- a/csharp/Makefile.am +++ b/csharp/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) +INCLUDES = -I$(top_builddir) -I$(top_srcdir) lib_LTLIBRARIES = liblassosharpglue.la @@ -17,7 +17,7 @@ liblassosharpglue_la_LDFLAGS = -no-undefined -module -avoid-version liblassosharpglue_wrap.c: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i \ $(top_srcdir)/swig/inheritance.h - $(SWIG) -v -csharp -namespace lasso -module lasso \ + $(SWIG) -I$(top_builddir)/swig -v -csharp -namespace lasso -module lasso \ -o liblassosharpglue_wrap.c $(top_srcdir)/swig/Lasso.i cp liblassosharpglue_wrap.c liblassosharpglue_wrap.c.bak sed -e 's/(char \*) "\(.*\)"/strdup("\1")/' \ |
