From 9c19ce02355db653203db31139c18b8c69a9bf33 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 12 Oct 1994 02:06:02 +0000 Subject: Add LDADD+= -ltermcap --- lib/libedit/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libedit') diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index f9e2780..5880204 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -6,6 +6,8 @@ OSRCS= chared.c common.c el.c emacs.c hist.c key.c map.c parse.c \ prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c \ help.c fcns.c help.h +LDADD+= -ltermcap + # For speed and debugging #SRCS= ${OSRCS} tokenizer.c history.c # For protection -- cgit v1.1