summaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-04-27 17:21:30 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-04-27 17:21:30 +0000
commit9c2cfea54036ec7419a637350f6f0fc146ff87ff (patch)
tree1417c88514da65d68926e43e73939d3441a8b235 /python/setup.py
parent6f1ffb6de23ab0c05f0eb7d1b4119f73a58d8bd8 (diff)
downloadlasso-9c2cfea54036ec7419a637350f6f0fc146ff87ff.tar.gz
lasso-9c2cfea54036ec7419a637350f6f0fc146ff87ff.tar.xz
lasso-9c2cfea54036ec7419a637350f6f0fc146ff87ff.zip
add support for binding of NameIdentifierMapping
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py
index 36ad2a9e..e8b426e1 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -193,6 +193,8 @@ em = Extension("lassomod",
"protocols/py_register_name_identifier_request.c",
"protocols/py_register_name_identifier_response.c",
"protocols/py_federation_termination_notification.c",
+ "protocols/py_name_identifier_mapping_request.c",
+ "protocols/py_name_identifier_mapping_response.c",
"lassomod.c",
"utils.c", "wrap_objs.c"],
define_macros = define_macros,