diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-02-24 16:38:46 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-02-24 16:38:46 +0000 |
| commit | d5c84febbb9863fb833bf3a6f25ba1b5c105d75c (patch) | |
| tree | b08a4a7c4ea8df47990b72ff4c13469303694d13 /python | |
| parent | 492e69a25a33c6acd51671ae934e734ff9148578 (diff) | |
| download | lasso-d5c84febbb9863fb833bf3a6f25ba1b5c105d75c.tar.gz lasso-d5c84febbb9863fb833bf3a6f25ba1b5c105d75c.tar.xz lasso-d5c84febbb9863fb833bf3a6f25ba1b5c105d75c.zip | |
Added support of cyrus libsasl in id-wsf authentication service.
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 |
