diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-06 15:45:16 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-06 15:45:16 +0000 |
commit | 60cffeeeb185ec2b9c70d8018b2cc61f11e2f945 (patch) | |
tree | 7d80c46f866dc0842378251da16e5a743f43ad7b /python/setup.py | |
parent | 71ed7f38a91309cd81daca5d2c697f21a6b646b7 (diff) | |
download | lasso-60cffeeeb185ec2b9c70d8018b2cc61f11e2f945.tar.gz lasso-60cffeeeb185ec2b9c70d8018b2cc61f11e2f945.tar.xz lasso-60cffeeeb185ec2b9c70d8018b2cc61f11e2f945.zip |
*** empty log message ***
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py index dc1dfc95..a94d5190 100755 --- a/python/setup.py +++ b/python/setup.py @@ -189,6 +189,7 @@ libraries.append('lasso') em = Extension("lassomod", sources = ["py_lasso.c", "xml/py_xml.c", + "xml/py_lib_authentication_statement.c", "xml/py_lib_authn_request.c", "xml/py_lib_federation_termination_notification.c", "xml/py_lib_logout_request.c", |