From c8753330e327a998c20910eb489c2106d5a64a2f Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 20 Aug 2009 05:33:44 -0700 Subject: [PATCH] link libeditline with LIB_tgetent Proposed in [HEIDMAL-619] from Anton Lundin --- lib/editline/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/editline/Makefile.am b/lib/editline/Makefile.am index 6b853b29e..0cef912e9 100644 --- a/lib/editline/Makefile.am +++ b/lib/editline/Makefile.am @@ -21,11 +21,12 @@ CHECK_LOCAL = testit_LDADD = \ libeditline.la \ - $(LIB_tgetent) \ $(LIB_roken) include_HEADERS = editline.h +libeditline_la_LIBADD = $(LIB_tgetent) + libeditline_la_SOURCES = \ edit_locl.h \ complete.c \ -- 2.11.4.GIT