From 7db97fec73acebdff3c606f99c2ee7c8a5ae6d57 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Fri, 20 Aug 2004 00:37:48 +0000 Subject: Removed old Python binding. --- python/protocols/Makefile.am | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 python/protocols/Makefile.am (limited to 'python/protocols/Makefile.am') diff --git a/python/protocols/Makefile.am b/python/protocols/Makefile.am deleted file mode 100644 index 31542662..00000000 --- a/python/protocols/Makefile.am +++ /dev/null @@ -1,38 +0,0 @@ -SUBDIRS = elements - -INCLUDES = \ - -DPACKAGE=\"@PACKAGE@\" \ - -I$(top_srcdir) \ - -I$(top_srcdir)/lasso \ - $(LASSO_DEFINES) \ - $(LASSO_CFLAGS) \ - $(PY_CFLAGS) \ - $(NULL) - -PROTSOURCES = \ - py_authn_request.c \ - py_authn_response.c \ - py_federation_termination_notification.c \ - py_logout_request.c \ - py_logout_response.c \ - py_name_identifier_mapping_request.c \ - py_name_identifier_mapping_response.c \ - py_register_name_identifier_request.c \ - py_register_name_identifier_response.c - - -libprotocols_la_SOURCES = $(PROTSOURCES) -noinst_LTLIBRARIES = libprotocols.la - -EXTRA_DIST = \ - $(PROTSOURCES) \ - py_authn_request.h \ - py_authn_response.h \ - py_federation_termination_notification.h \ - py_logout_request.h \ - py_logout_response.h \ - py_name_identifier_mapping_request.h \ - py_name_identifier_mapping_response.h \ - py_register_name_identifier_request.h \ - py_register_name_identifier_response.h - -- cgit