From d5c84febbb9863fb833bf3a6f25ba1b5c105d75c Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Thu, 24 Feb 2005 16:38:46 +0000 Subject: Added support of cyrus libsasl in id-wsf authentication service. --- python/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') 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 -- cgit