diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-07 03:00:43 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-07 03:00:43 +0000 |
commit | c040ec62e11b5140e52ee0f59f9fc70a94b5ac5d (patch) | |
tree | d2031b4e39c16b80ed8090e9e169547d9ac85528 /python/setup.py | |
parent | beeae477e9c544e707d27101ce4e9c6c6cd80d70 (diff) | |
download | lasso-c040ec62e11b5140e52ee0f59f9fc70a94b5ac5d.tar.gz lasso-c040ec62e11b5140e52ee0f59f9fc70a94b5ac5d.tar.xz lasso-c040ec62e11b5140e52ee0f59f9fc70a94b5ac5d.zip |
*** empty log message ***
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/python/setup.py b/python/setup.py index 9611ca99..ba8a2d35 100755 --- a/python/setup.py +++ b/python/setup.py @@ -163,12 +163,12 @@ if xmlsec1_libs[:2] not in ["-l", "-L"]: if xmlsec1_libs[:2] not in ["-l", "-L"]: print "Error : cannot get XMLSec1 linker flags" -print gobject_cflags -print gobject_libs -print libxml2_cflags -print libxml2_libs -print xmlsec1_cflags -print xmlsec1_libs +#print gobject_cflags +#print gobject_libs +#print libxml2_cflags +#print libxml2_libs +#print xmlsec1_cflags +#print xmlsec1_libs extract_cflags(gobject_cflags) extract_libs(gobject_libs) @@ -185,7 +185,8 @@ library_dirs.append('../lasso/.libs') libraries.append('lasso') em = Extension("lassomod", - sources = ["py_lasso.c", + sources = ["py_lasso.c", "xml/py_xml.c", + "protocols/py_single_sign_on_and_federation.c", "lassomod.c", "utils.c", "wrap_objs.c"], define_macros = define_macros, |