]> git.draconx.ca Git - rrace.git/commitdiff
Fix distribution of copysym.h.
authorNick Bowler <nbowler@draconx.ca>
Mon, 29 May 2023 00:51:02 +0000 (20:51 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 29 May 2023 00:51:02 +0000 (20:51 -0400)
This needs to be listed as a source file somewhere otherwise the
distribution will not include it.  Fix that up.

Makefile.am

index e8f3c8fa1ad5f4e4eb307b8440df730a437a86cc..a48c500fe8061bd824c362264897a542c783d9f9 100644 (file)
@@ -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