diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-20 00:37:48 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-20 00:37:48 +0000 |
| commit | 7db97fec73acebdff3c606f99c2ee7c8a5ae6d57 (patch) | |
| tree | 70187f4ff5d73db9dc02024bfaf9c19b6caac1cf /python/xml/Makefile.am | |
| parent | c4344d4b1b3d77f2ef7594c217c298661a27dd5e (diff) | |
| download | lasso-7db97fec73acebdff3c606f99c2ee7c8a5ae6d57.tar.gz lasso-7db97fec73acebdff3c606f99c2ee7c8a5ae6d57.tar.xz lasso-7db97fec73acebdff3c606f99c2ee7c8a5ae6d57.zip | |
Removed old Python binding.
Diffstat (limited to 'python/xml/Makefile.am')
| -rw-r--r-- | python/xml/Makefile.am | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/python/xml/Makefile.am b/python/xml/Makefile.am deleted file mode 100644 index 6e8c0521..00000000 --- a/python/xml/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -XMLSOURCES = \ - py_lib_authentication_statement.c \ - py_lib_authn_request.c \ - py_lib_federation_termination_notification.c \ - py_lib_logout_request.c \ - py_lib_logout_response.c \ - py_lib_name_identifier_mapping_request.c \ - py_lib_name_identifier_mapping_response.c \ - py_lib_register_name_identifier_request.c \ - py_saml_assertion.c \ - py_saml_authentication_statement.c \ - py_saml_name_identifier.c \ - py_samlp_response.c \ - py_xml.c - -noinst_LTLIBRARIES = libxml.la -libxml_la_SOURCES = $(XMLSOURCES) - -INCLUDES = \ - -DPACKAGE=\"@PACKAGE@\" \ - -I$(top_srcdir) \ - -I$(top_srcdir)/lasso \ - $(LASSO_DEFINES) \ - $(LASSO_CFLAGS) \ - $(PY_CFLAGS) \ - $(NULL) - -EXTRA_DIST = \ - $(XMLSOURCES) \ - py_lib_authentication_statement.h \ - py_lib_authn_request.h \ - py_lib_federation_termination_notification.h \ - py_lib_logout_request.h \ - py_lib_logout_response.h \ - py_lib_name_identifier_mapping_request.h \ - py_lib_name_identifier_mapping_response.h \ - py_lib_register_name_identifier_request.h \ - py_saml_assertion.h \ - py_saml_authentication_statement.h \ - py_saml_name_identifier.h \ - py_samlp_response.h \ - py_xml.h - |
