From 77474f9e8888d2615c90f6c65e934fdccc6aec26 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 20 Aug 2004 07:58:29 +0000 Subject: fixed includes --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Makefile.am') diff --git a/python/Makefile.am b/python/Makefile.am index 5957c3ce..11511f9c 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,6 +1,6 @@ NULL= -INCLUDES=-I$(top_srcdir)/lasso +INCLUDES=-I$(top_srcdir)/lasso -I$(top_srcdir) pythondir= $(PY_SITE_PACKAGES) python_DATA=lassomod.py -- cgit