summaryrefslogtreecommitdiffstats
path: root/python/xml
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/xml
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/xml')
-rw-r--r--python/xml/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/xml/Makefile.am b/python/xml/Makefile.am
index 7b6692b4..17bbef15 100644
--- a/python/xml/Makefile.am
+++ b/python/xml/Makefile.am
@@ -13,10 +13,8 @@ XMLSOURCES = \
py_samlp_response.c \
py_xml.c
-if WITH_PYTHON
noinst_LIBRARIES = libxml.a
libxml_a_SOURCES = $(XMLSOURCES)
-endif
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \