summaryrefslogtreecommitdiffstats
path: root/python/xml
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-18 14:39:00 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-18 14:39:00 +0000
commitb2a9a14d0bbc5c135848c2077539f164362ec697 (patch)
treea150f2100ab40070f31330422c8f9846d7c00ef7 /python/xml
parente1c17ed12a2d797c25dba09a60961d1b8a04730b (diff)
downloadlasso-b2a9a14d0bbc5c135848c2077539f164362ec697.tar.gz
lasso-b2a9a14d0bbc5c135848c2077539f164362ec697.tar.xz
lasso-b2a9a14d0bbc5c135848c2077539f164362ec697.zip
properly use libtool convenience libraries (intend is to build correctly on
hppa)
Diffstat (limited to 'python/xml')
-rw-r--r--python/xml/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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@\" \