diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-20 07:58:29 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-20 07:58:29 +0000 |
| commit | 77474f9e8888d2615c90f6c65e934fdccc6aec26 (patch) | |
| tree | 3ea925ec8c848f22210c6505bd2bc747a8012ecc /python | |
| parent | ba05673ff04170312621cff4bd22b7bd3626bd8d (diff) | |
| download | lasso-77474f9e8888d2615c90f6c65e934fdccc6aec26.tar.gz lasso-77474f9e8888d2615c90f6c65e934fdccc6aec26.tar.xz lasso-77474f9e8888d2615c90f6c65e934fdccc6aec26.zip | |
fixed includes
Diffstat (limited to 'python')
| -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 |
