From 6fbd71cdfb07b40c86f58bb7c76201e1582d45bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 21 Mar 2005 13:39:10 +0000 Subject: [PATCH] Make editline a non-static library and let libtool decide (same with libel_compat). This way libedit will build shared version is the library that is possible to link with other shared lib if its needed. Also make libed_compat a libtool convenience library. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14672 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/editline/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/editline/Makefile.am b/lib/editline/Makefile.am index fde311f19..768ae43eb 100644 --- a/lib/editline/Makefile.am +++ b/lib/editline/Makefile.am @@ -12,9 +12,7 @@ man_MANS = editline.3 lib_LTLIBRARIES = libeditline.la if el_compat -noinst_LTLIBRARIES = libel_compat.la -else -noinst_LTLIBRARIES = +noinst_LTLIBRARIES += libel_compat.la endif noinst_PROGRAMS = testit @@ -37,14 +35,10 @@ libeditline_la_SOURCES = \ unix.h \ $(EXTRA_SOURCE) -libeditline_la_LDFLAGS = -static - EXTRA_SOURCE = $(ES) libel_compat_la_SOURCES = edit_compat.c -libel_compat_la_LDFLAGS = -static - EXTRA_DIST = $(man_MANS) snprintf.c: