summaryrefslogtreecommitdiffstats
path: root/python/environs/Makefile.am
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-30 12:02:28 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-30 12:02:28 +0000
commit407ce45c3b8ff3cbaafe3551423d09759ea699a6 (patch)
treef8762b82681037db9db5ca966bf089b51a2086ce /python/environs/Makefile.am
parent04c32c9de2acb7bc10303b071fdd064ea0a355be (diff)
downloadlasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.gz
lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.xz
lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.zip
Update
Diffstat (limited to 'python/environs/Makefile.am')
-rw-r--r--python/environs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/environs/Makefile.am b/python/environs/Makefile.am
index 6fa9c00c..4662382d 100644
--- a/python/environs/Makefile.am
+++ b/python/environs/Makefile.am
@@ -8,12 +8,12 @@ INCLUDES = \
$(NULL)
-ENVSOURCES = py_federation_termination.c py_lecp.c py_login.c py_logout.c py_profile_context.c py_register_name_identifier.c py_server.c py_identity.c
+ENVSOURCES = py_federation_termination.c py_lecp.c py_login.c py_logout.c py_profile.c py_register_name_identifier.c py_server.c py_session.c py_identity.c
if WITH_PYTHON
noinst_LIBRARIES = libenvirons.a
libenvirons_a_SOURCES = $(ENVSOURCES)
endif
-EXTRA_DIST = $(ENVSOURCES) py_federation_termination.h py_lecp.h py_login.h py_logout.h py_profile_context.h py_register_name_identifier.h py_server.h py_identity.h
+EXTRA_DIST = $(ENVSOURCES) py_federation_termination.h py_lecp.h py_login.h py_logout.h py_profile.h py_register_name_identifier.h py_server.h py_session.h py_identity.h