From 071d6e37df30a93f6cebbe4ea7e5cd30655af546 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sun, 28 May 2023 20:51:02 -0400 Subject: [PATCH] Fix distribution of copysym.h. This needs to be listed as a source file somewhere otherwise the distribution will not include it. Fix that up. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e8f3c8f..a48c500 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,8 +67,9 @@ $(libglohelp_a_OBJECTS): $(gnulib_headers) libglohelp_a_SHORTNAME = glo if USE_NLS +noinst_HEADERS += common/src/copysym.h rrace_curses_SOURCES += common/src/copysym.c -rrace_motif_SOURCES += common/src/copysym.c +rrace_motif_SOURCES += common/src/copysym.c endif OPTFILES = src/cursesopt.opt src/motifopt.opt -- 2.43.2