summaryrefslogtreecommitdiffstats
path: root/python/protocols
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 17:18:03 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 17:18:03 +0000
commit82ecd5525e3f07fe96054a80ae17a0e855142715 (patch)
tree0b17ef936db3496ad2b29ddb853d5c0378a74997 /python/protocols
parent133ed75c682fb60fd7a33d3555f5b063bf7e46f1 (diff)
downloadlasso-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/protocols')
-rw-r--r--python/protocols/Makefile.am2
-rw-r--r--python/protocols/elements/Makefile.am2
2 files changed, 0 insertions, 4 deletions
diff --git a/python/protocols/Makefile.am b/python/protocols/Makefile.am
index da376c88..eb0001a9 100644
--- a/python/protocols/Makefile.am
+++ b/python/protocols/Makefile.am
@@ -21,10 +21,8 @@ PROTSOURCES = \
py_register_name_identifier_response.c
-if WITH_PYTHON
libprotocols_a_SOURCES = $(PROTSOURCES)
noinst_LIBRARIES = libprotocols.a
-endif
EXTRA_DIST = \
$(PROTSOURCES) \
diff --git a/python/protocols/elements/Makefile.am b/python/protocols/elements/Makefile.am
index 977c8b67..8d2c1036 100644
--- a/python/protocols/elements/Makefile.am
+++ b/python/protocols/elements/Makefile.am
@@ -1,9 +1,7 @@
ELEMSOURCES = py_assertion.c py_authentication_statement.c
-if WITH_PYTHON
noinst_LIBRARIES = libelements.a
libelements_a_SOURCES = $(ELEMSOURCES)
-endif
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \