diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index f847ea12..13b9ed43 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -13,8 +13,8 @@ _lassomod_la_CFLAGS= $(LASSO_CFLAGS) \ $(PY_CFLAGS) \ $(NULL) _lassomod_la_LIBADD= $(top_srcdir)/lasso/liblasso.la \ - $(LASSO_LIBS) \ - $(NULL) + $(LASSO_LIBS) \ + $(NULL) _lassomod_la_LDFLAGS= -no-undefined \ -module -avoid-version \ -version-info @LASSO_VERSION_INFO@ \ |
