From 18659f3485e7ad5e456c3841b670ca90edcc0f33 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 25 Jun 2020 21:11:26 +0200 Subject: [PATCH] build: fix the Makefile after two header files were renamed Reported-by: Kamil Dudka --- src/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 625434c2..c6098cba 100644 --- 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 \