From 71e99e47e30fd86b4f52e0ad61096a471f245942 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 22 Jul 2004 17:00:23 +0000 Subject: usage of pkg-config to get library information in configure; automake for the python module; --- python/protocols/elements/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 python/protocols/elements/Makefile.am (limited to 'python/protocols/elements') 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 -- cgit