From 1bc17f95405b1f6b1ec5e87e90da43f719fc1618 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Thu, 19 Aug 2004 18:16:14 +0000 Subject: Deeply reworked SWIG bindings for the Lasso objects we currently use. Note: Python high-level bindings are not yet updated to use these SWIG bindings. --- python/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 13b9ed43..0b38746f 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -7,7 +7,8 @@ python_DATA=lassomod.py python_LTLIBRARIES=_lassomod.la PYTHON_PACKAGE=lassomod -_lassomod_la_SOURCES=$(PYTHON_PACKAGE)_wrap.c +_lassomod_la_SOURCES=$(PYTHON_PACKAGE)_wrap.c \ + $(top_srcdir)/swig/Lasso.c _lassomod_la_CFLAGS= $(LASSO_CFLAGS) \ -DSWIG_COBJECT_TYPES \ $(PY_CFLAGS) \ -- cgit