From: Nick Bowler Date: Mon, 29 May 2023 00:51:02 +0000 (-0400) Subject: Fix distribution of copysym.h. X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/commitdiff_plain/071d6e37df30a93f6cebbe4ea7e5cd30655af546 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. --- 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