diff options
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |