summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:15:18 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:15:18 +0000
commit49eb8da269c899c678b2b4afa8f81851712bbf4a (patch)
tree824db79c0d1eb0bd326b6fecb9577895583f7ac4 /bindings
parent5821cc48dae5df1ced6674b3371bcc5622de4d65 (diff)
downloadlasso-49eb8da269c899c678b2b4afa8f81851712bbf4a.tar.gz
lasso-49eb8da269c899c678b2b4afa8f81851712bbf4a.tar.xz
lasso-49eb8da269c899c678b2b4afa8f81851712bbf4a.zip
XML: Add all including header fil for saml2, id-ff and id-wsf
* lasso/xml/xml_idff.h: this header file reference all id-ff 1.2 elements * lasso/xml/xml_idwsf.h: this header file reference all id-wsf 1.0 elements * lasso/xml/saml-2.0/xml_saml2.h: this header file reference all saml-2.0 elements
Diffstat (limited to 'bindings')
-rw-r--r--bindings/bindings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/bindings.py b/bindings/bindings.py
index f4bf460b..2548e562 100644
--- a/bindings/bindings.py
+++ b/bindings/bindings.py
@@ -458,6 +458,8 @@ def parse_headers(srcdir):
makefile_am = open(os.path.join(base, 'Makefile.am')).read()
filenames = [x for x in filenames if x.endswith('.h') if x in makefile_am]
for filename in filenames:
+ if filename in ('xml_idff.h', 'xml_idwsf.h', 'xml_saml2.h'):
+ continue
if filename == 'lasso_config.h' or 'private' in filename:
continue
if not binding.options.idwsf and filename.split('_')[0] in wsf_prefixes: