From 95bae62771fdeb94cabd201eb3534ddd1c7bd604 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 1 May 2020 15:16:55 +0200 Subject: [PATCH] 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. --- gettext-tools/libgettextpo/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.47.3