summaryrefslogtreecommitdiffstats
path: root/python/xml
diff options
context:
space:
mode:
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@\" \