build: add gnulib modules to the list of files with translatable strings

The error messages from gnulib need to be included into nano's POT file
so that those messages get translated when nano is built on a platform
where the modules that contain the messages get used.

This fixes https://savannah.gnu.org/bugs/?56107.

Bug existed since gnulib support was added in version 2.8.0.
The relevant modules were added by commits 3deec435 and 272345cc.
master
Benno Schulenberg 2019-04-09 13:29:10 +02:00
parent 209531a761
commit 5459f56f6d
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ src/search.c
src/text.c
src/utils.c
src/winio.c
lib/getopt.c
lib/regcomp.c