summaryrefslogtreecommitdiffstats
path: root/python/environs/Makefile.am
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-07-25 09:24:26 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-07-25 09:24:26 +0000
commitd4b79b874b04c57e23eddae03b9105f282c817a8 (patch)
treed0cc32ff860dcc9fdd948490070a07d91cf84e60 /python/environs/Makefile.am
parent3d230ade52498c06e36b7f46840d2504b407b6c7 (diff)
downloadlasso-d4b79b874b04c57e23eddae03b9105f282c817a8.tar.gz
lasso-d4b79b874b04c57e23eddae03b9105f282c817a8.tar.xz
lasso-d4b79b874b04c57e23eddae03b9105f282c817a8.zip
udpate of C lecp, add python lecp
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 72a98510..1d12ea3c 100644
--- a/python/environs/Makefile.am
+++ b/python/environs/Makefile.am
@@ -8,12 +8,12 @@ INCLUDES = \
$(NULL)
-ENVSOURCES = 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
+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_user.c
if WITH_PYTHON
noinst_LIBRARIES = libenvirons.a
libenvirons_a_SOURCES = $(ENVSOURCES)
endif
-EXTRA_DIST = $(ENVSOURCES) 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
+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_user.h