diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-03 17:18:03 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-03 17:18:03 +0000 |
| commit | 82ecd5525e3f07fe96054a80ae17a0e855142715 (patch) | |
| tree | 0b17ef936db3496ad2b29ddb853d5c0378a74997 /python/environs | |
| parent | 133ed75c682fb60fd7a33d3555f5b063bf7e46f1 (diff) | |
| download | lasso-82ecd5525e3f07fe96054a80ae17a0e855142715.tar.gz lasso-82ecd5525e3f07fe96054a80ae17a0e855142715.tar.xz lasso-82ecd5525e3f07fe96054a80ae17a0e855142715.zip | |
Bye bye AM_CONDITIONAL rests.
(the if WITH_PYTHON are not accurate now).
Diffstat (limited to 'python/environs')
| -rw-r--r-- | python/environs/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/environs/Makefile.am b/python/environs/Makefile.am index 4662382d..05211ed8 100644 --- a/python/environs/Makefile.am +++ b/python/environs/Makefile.am @@ -10,10 +10,8 @@ INCLUDES = \ 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.h py_register_name_identifier.h py_server.h py_session.h py_identity.h |
