summaryrefslogtreecommitdiffstats
path: root/python/protocols/elements/Makefile.am
blob: 8d2c10361148ba365cc3053bc49cf2b6c31b3dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ELEMSOURCES = py_assertion.c py_authentication_statement.c

noinst_LIBRARIES = libelements.a
libelements_a_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