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/protocols/Makefile.am | 4 ++-- python/protocols/elements/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'python/protocols') diff --git a/python/protocols/Makefile.am b/python/protocols/Makefile.am index eb0001a9..31542662 100644 --- a/python/protocols/Makefile.am +++ b/python/protocols/Makefile.am @@ -21,8 +21,8 @@ PROTSOURCES = \ py_register_name_identifier_response.c -libprotocols_a_SOURCES = $(PROTSOURCES) -noinst_LIBRARIES = libprotocols.a +libprotocols_la_SOURCES = $(PROTSOURCES) +noinst_LTLIBRARIES = libprotocols.la EXTRA_DIST = \ $(PROTSOURCES) \ diff --git a/python/protocols/elements/Makefile.am b/python/protocols/elements/Makefile.am index 8d2c1036..04d86529 100644 --- a/python/protocols/elements/Makefile.am +++ b/python/protocols/elements/Makefile.am @@ -1,7 +1,7 @@ ELEMSOURCES = py_assertion.c py_authentication_statement.c -noinst_LIBRARIES = libelements.a -libelements_a_SOURCES = $(ELEMSOURCES) +noinst_LTLIBRARIES = libelements.la +libelements_la_SOURCES = $(ELEMSOURCES) INCLUDES = \ -DPACKAGE=\"@PACKAGE@\" \ -- cgit