summaryrefslogtreecommitdiffstats
path: root/python/protocols/elements/Makefile.am
blob: 04d86529e7bbc6574da3ae8773f1ce1a30ff1a88 (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_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