From eaecbfa0e2703d429b295e51e230545ed8f3462c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 25 Nov 2007 15:34:12 +0100 Subject: r26114: Allow keyword-arguments. (This used to be commit 99c342641b865e37c9ee8dd280348b659076d1e5) --- source4/scripting/python/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python') diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index c176077267..eb35919450 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -20,7 +20,7 @@ swig: pythonmods .SUFFIXES: _wrap.c .i .i_wrap.c: - $(SWIG) -Wall -I$(srcdir)/scripting/swig -python $< + $(SWIG) -Wall -I$(srcdir)/scripting/swig -python -keyword $< clean:: @echo "Removing SWIG output files" -- cgit