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

if WITH_PYTHON
noinst_LIBRARIES = libelements.a
libelements_a_SOURCES = $(ELEMSOURCES)
endif

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