From b2a9a14d0bbc5c135848c2077539f164362ec697 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 18 Aug 2004 14:39:00 +0000 Subject: properly use libtool convenience libraries (intend is to build correctly on hppa) --- python/xml/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/xml') diff --git a/python/xml/Makefile.am b/python/xml/Makefile.am index 17bbef15..6e8c0521 100644 --- a/python/xml/Makefile.am +++ b/python/xml/Makefile.am @@ -13,8 +13,8 @@ XMLSOURCES = \ py_samlp_response.c \ py_xml.c -noinst_LIBRARIES = libxml.a -libxml_a_SOURCES = $(XMLSOURCES) +noinst_LTLIBRARIES = libxml.la +libxml_la_SOURCES = $(XMLSOURCES) INCLUDES = \ -DPACKAGE=\"@PACKAGE@\" \ -- cgit