From d4b79b874b04c57e23eddae03b9105f282c817a8 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Sun, 25 Jul 2004 09:24:26 +0000 Subject: udpate of C lecp, add python lecp --- python/environs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/environs/Makefile.am') 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 -- cgit