summaryrefslogtreecommitdiffstats
path: root/python/protocols/elements/Makefile.am
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-20 00:37:48 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-20 00:37:48 +0000
commit7db97fec73acebdff3c606f99c2ee7c8a5ae6d57 (patch)
tree70187f4ff5d73db9dc02024bfaf9c19b6caac1cf /python/protocols/elements/Makefile.am
parentc4344d4b1b3d77f2ef7594c217c298661a27dd5e (diff)
downloadlasso-7db97fec73acebdff3c606f99c2ee7c8a5ae6d57.tar.gz
lasso-7db97fec73acebdff3c606f99c2ee7c8a5ae6d57.tar.xz
lasso-7db97fec73acebdff3c606f99c2ee7c8a5ae6d57.zip
Removed old Python binding.
Diffstat (limited to 'python/protocols/elements/Makefile.am')
-rw-r--r--python/protocols/elements/Makefile.am16
1 files changed, 0 insertions, 16 deletions
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