From: Bruno Haible Date: Fri, 1 May 2020 13:16:55 +0000 (+0200) Subject: build: Fix link error in tests (regression from 2020-04-26). X-Git-Tag: v0.21~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95bae62771fdeb94cabd201eb3534ddd1c7bd604;p=thirdparty%2Fgettext.git build: Fix link error in tests (regression from 2020-04-26). Reported and fix by Akim Demaille . * gettext-tools/libgettextpo/Makefile.am (libgettextpo_la_AUXSOURCES): Add format-ruby.c. --- diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 0463ac4d0..c2c2f3b48 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -83,6 +83,7 @@ libgettextpo_la_AUXSOURCES = \ ../src/format-perl.c \ ../src/format-perl-brace.c \ ../src/format-php.c \ + ../src/format-ruby.c \ ../src/format-gcc-internal.c \ ../src/format-gfc-internal.c \ ../src/format-qt.c \