diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-25 15:34:12 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:09 +0100 |
commit | eaecbfa0e2703d429b295e51e230545ed8f3462c (patch) | |
tree | 6022dffd698cd3ab7dae7bb00bf1bdbe7687dbee /source4/scripting/python | |
parent | 08b01dba3df8561e1a8898f1c99a23db387e04cb (diff) | |
download | samba-eaecbfa0e2703d429b295e51e230545ed8f3462c.tar.gz samba-eaecbfa0e2703d429b295e51e230545ed8f3462c.tar.bz2 samba-eaecbfa0e2703d429b295e51e230545ed8f3462c.zip |
r26114: Allow keyword-arguments.
(This used to be commit 99c342641b865e37c9ee8dd280348b659076d1e5)
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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" |