From f333b5dabf765901b063c2670842a18a9596cf5a Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Fri, 20 Aug 2004 11:50:08 +0000 Subject: Removed an useless inclusion directory. --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 301c5eb2..cfb0fc2a 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/lasso -I$(top_srcdir) +INCLUDES = -I$(top_srcdir) pythondir= $(PY_SITE_PACKAGES) python_DATA = lassomod.py lasso.py -- cgit