From 6ee0e99cf3ea530b3fe588eb14e5a05b1c516e1a Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Mon, 14 Nov 2016 16:13:42 -0500 Subject: [PATCH] Upstream NetBSD libedit has readline.h in readline/ not editline/ --- lib/libedit/src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libedit/src/Makefile.am b/lib/libedit/src/Makefile.am index 027321ab3..f46c32839 100644 --- a/lib/libedit/src/Makefile.am +++ b/lib/libedit/src/Makefile.am @@ -30,13 +30,12 @@ libheimedit_la_SOURCES = \ history.c historyn.c keymacro.c map.c parse.c prompt.c read.c readline.c \ refresh.c search.c sig.c terminal.c tokenizer.c tokenizern.c tty.c \ unvis.c vi.c vis.c wcsdup.c \ - chared.h chartype.h editline/readline.h el.h filecomplete.h \ + chared.h chartype.h readline/readline.h el.h filecomplete.h \ histedit.h hist.h keymacro.h map.h parse.h prompt.h read.h \ refresh.h search.h sig.h sys.h terminal.h tty.h vis.h EXTRA_DIST = makelist shlib_version -#nobase_include_HEADERS = histedit.h editline/readline.h -EXTRA_DIST += histedit.h editline/readline.h +EXTRA_DIST += histedit.h readline/readline.h nodist_libheimedit_la_SOURCES = $(BUILT_SOURCES) -- 2.11.4.GIT