From 7b549d0ce332cf7ca00df99d3bd734becd5bbcf7 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:08:27 +0000 Subject: [project @ fpeters@0d.be-20080325172346-eitu3onvzps4b30z] merging benjamin stuff and adding --enable-id-wsf when id-wsf is asked Original author: Frederic Peters Date: 2008-03-25 18:23:46.535000+01:00 --- bindings/python/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bindings/python') diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 62facaff..5e4c62a7 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -24,8 +24,12 @@ endif BUILT_SOURCES = _lasso.c +if WSF_ENABLED +EXTRA_ARGS = --enable-id-wsf +endif + _lasso.c: - $(PYTHON) $(top_srcdir)/bindings/bindings.py -l python --src-dir=$(top_srcdir)/lasso/ + $(PYTHON) $(top_srcdir)/bindings/bindings.py -l python --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS) clean-local: -rm -f lasso.py lasso.pyc _lasso.c -- cgit