diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-27 10:56:39 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-27 10:56:39 +0000 |
| commit | 31aa53988b3d28ef575004985bbaf300e9dc7b0c (patch) | |
| tree | 5b739dc68f2300adbd358ba36079fe9210257e34 /python/Makefile.am | |
| parent | 740fcce66a749a8b1cf4ea86a41b98a5d89734ed (diff) | |
| download | lasso-31aa53988b3d28ef575004985bbaf300e9dc7b0c.tar.gz lasso-31aa53988b3d28ef575004985bbaf300e9dc7b0c.tar.xz lasso-31aa53988b3d28ef575004985bbaf300e9dc7b0c.zip | |
Removed SWIG Lasso.c file.
Added a Python test for defederation (currently it aborts).
Diffstat (limited to 'python/Makefile.am')
| -rw-r--r-- | python/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 6c4a5a34..7e2c55ef 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -6,8 +6,7 @@ python_LTLIBRARIES = _lassomod.la PYTHON_PACKAGE=lassomod -_lassomod_la_SOURCES = $(PYTHON_PACKAGE)_wrap.c \ - $(top_srcdir)/swig/Lasso.c +_lassomod_la_SOURCES = $(PYTHON_PACKAGE)_wrap.c _lassomod_la_CFLAGS = $(LASSO_CFLAGS) \ -DSWIG_COBJECT_TYPES \ |
