summaryrefslogtreecommitdiffstats
path: root/python/protocols/elements/Makefile.am
diff options
context:
space:
mode:
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