nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 18659f3485e7ad5e456c3841b670ca90edcc0f33
parent 94f49e208f9719450a0ff08f67eef9e7ebbbf455
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 25 Jun 2020 21:11:26 +0200

build: fix the Makefile after two header files were renamed

Reported-by: Kamil Dudka <kdudka@redhat.com>

Diffstat:
Msrc/Makefile.am | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -21,7 +21,10 @@ revision.h: FORCE FORCE: bin_PROGRAMS = nano -nano_SOURCES = browser.c \ +nano_SOURCES = \ + definitions.h \ + prototypes.h \ + browser.c \ chars.c \ color.c \ cut.c \ @@ -31,9 +34,7 @@ nano_SOURCES = browser.c \ history.c \ move.c \ nano.c \ - nano.h \ prompt.c \ - proto.h \ rcfile.c \ search.c \ text.c \