summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-29 16:42:32 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-29 16:42:32 +0000
commit91c6efceaa0b0d3058e0b2431957e456872eedca (patch)
tree3f8b23a1fdafd2551a8e525c5611b00d11819d83 /bindings
parent3e5534e981d569f3a7fe8c721f8708a9b7607320 (diff)
downloadlasso-91c6efceaa0b0d3058e0b2431957e456872eedca.tar.gz
lasso-91c6efceaa0b0d3058e0b2431957e456872eedca.tar.xz
lasso-91c6efceaa0b0d3058e0b2431957e456872eedca.zip
in bindings.py, change header paths
Diffstat (limited to 'bindings')
-rw-r--r--bindings/bindings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bindings/bindings.py b/bindings/bindings.py
index bb14742c..e24ce4ad 100644
--- a/bindings/bindings.py
+++ b/bindings/bindings.py
@@ -537,9 +537,8 @@ def parse_headers(srcdir):
continue
if not binding.options.idwsf and filename.split('_')[0] in wsf_prefixes:
continue
- binding.headers.append(os.path.join(base, filename)[3:])
+ binding.headers.append(os.path.join(base, filename))
parse_header(os.path.join(base, filename))
- binding.headers.insert(0, 'lasso/xml/saml-2.0/saml2_assertion.h')
binding.constants.append(('b', 'LASSO_WSF_ENABLED'))
def main():