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/elements/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 python/protocols/elements/Makefile.am (limited to 'python/protocols/elements/Makefile.am') diff --git a/python/protocols/elements/Makefile.am b/python/protocols/elements/Makefile.am deleted file mode 100644 index 04d86529..00000000 --- a/python/protocols/elements/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -ELEMSOURCES = py_assertion.c py_authentication_statement.c - -noinst_LTLIBRARIES = libelements.la -libelements_la_SOURCES = $(ELEMSOURCES) - -INCLUDES = \ - -DPACKAGE=\"@PACKAGE@\" \ - -I$(top_srcdir) \ - -I$(top_srcdir)/lasso \ - $(LASSO_DEFINES) \ - $(LASSO_CFLAGS) \ - $(PY_CFLAGS) \ - $(NULL) - - -EXTRA_DIST = $(ELEMSOURCES) py_assertion.h py_authentication_statement.h -- cgit