summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'python/Makefile.am')
-rw-r--r--python/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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) \