From d601caf152a8d0bc24fbdb6dfe9ab3d2f935e6d7 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 23 Jul 2004 09:17:33 +0000 Subject: install python module in site-packages/ --- python/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'python') 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 -- cgit