diff options
Diffstat (limited to 'python/environs')
| -rw-r--r-- | python/environs/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/python/environs/Makefile.am b/python/environs/Makefile.am new file mode 100644 index 00000000..7b73a494 --- /dev/null +++ b/python/environs/Makefile.am @@ -0,0 +1,16 @@ +noinst_LIBRARIES = libenvirons.a + +INCLUDES = \ + -DPACKAGE=\"@PACKAGE@\" \ + -I$(top_srcdir) \ + -I$(top_srcdir)/lasso \ + $(LASSO_DEFINES) \ + $(LASSO_CFLAGS) \ + $(PY_CFLAGS) \ + $(NULL) + + +libenvirons_a_SOURCES = py_federation_termination.c py_login.c py_logout.c py_profile_context.c py_register_name_identifier.c py_server.c py_user.c + +EXTRA_DIST = py_federation_termination.h py_login.h py_logout.h py_profile_context.h py_register_name_identifier.h py_server.h py_user.h + |
