diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-07-22 17:00:23 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-07-22 17:00:23 +0000 |
| commit | 71e99e47e30fd86b4f52e0ad61096a471f245942 (patch) | |
| tree | 301f552a078c6448527ccf67436d908641bd9da7 /python/protocols/elements | |
| parent | bc8081c0cd2378aefe1bdf69ab2a158ce9b35f5c (diff) | |
| download | lasso-71e99e47e30fd86b4f52e0ad61096a471f245942.tar.gz lasso-71e99e47e30fd86b4f52e0ad61096a471f245942.tar.xz lasso-71e99e47e30fd86b4f52e0ad61096a471f245942.zip | |
usage of pkg-config to get library information in configure; automake for the
python module;
Diffstat (limited to 'python/protocols/elements')
| -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 |
