build: fix the Makefile after two header files were renamed

Reported-by: Kamil Dudka <kdudka@redhat.com>
master
Benno Schulenberg 2020-06-25 21:11:26 +02:00
parent 94f49e208f
commit 18659f3485
1 changed files with 4 additions and 3 deletions

View File

@ -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 \