diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 603ed067..3dbf2047 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,4 +1,5 @@ -INCLUDES = -I$(top_srcdir) +INCLUDES = -I$(top_srcdir) \ + $(SASL_CFLAGS) pythondir= $(PY_SITE_PACKAGES) python_DATA = lasso.py |
