diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index f09c62dd..32a9f65a 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -8,11 +8,9 @@ INCLUDES = \ $(LASSO_CFLAGS) \ $(PY_CFLAGS) -pythondir = $(PY_DYNLOAD) +pythondir = $(PY_SITE_PACKAGES) python_LTLIBRARIES = lassomod.la - -pythonspdir = $(PY_SITE_PACKAGES) -pythonsp_DATA = lasso.py lasso_strings.py +python_DATA = lasso.py lasso_strings.py mylibs = $(top_builddir)/lasso/liblasso.la |
