summaryrefslogtreecommitdiffstats
path: root/python/protocols/elements/Makefile.am
blob: 047fede8ce7e790e85825baab18873a60b4eaefd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LIBRARIES = libelements.a

INCLUDES = \
	-DPACKAGE=\"@PACKAGE@\" \
	-I$(top_srcdir) \
	-I$(top_srcdir)/lasso \
	$(LASSO_DEFINES) \
	$(LASSO_CFLAGS) \
	$(PY_CFLAGS) \
	$(NULL)

noinst_LIBRARIES = libelements.a
libelements_a_SOURCES = py_assertion.c py_authentication_statement.c

EXTRA_DIST = py_assertion.h py_authentication_statement.h