From 82ecd5525e3f07fe96054a80ae17a0e855142715 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Tue, 3 Aug 2004 17:18:03 +0000 Subject: Bye bye AM_CONDITIONAL rests. (the if WITH_PYTHON are not accurate now). --- python/xml/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/xml/Makefile.am') 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@\" \ -- cgit