diff options
Diffstat (limited to 'python/protocols/elements/Makefile.am')
| -rw-r--r-- | python/protocols/elements/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/python/protocols/elements/Makefile.am b/python/protocols/elements/Makefile.am new file mode 100644 index 00000000..047fede8 --- /dev/null +++ b/python/protocols/elements/Makefile.am @@ -0,0 +1,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 |
