From: Daniel Gustafsson Date: Thu, 30 Nov 2023 09:56:51 +0000 (+0100) Subject: Add missing file to nls Makefile X-Git-Tag: REL_17_BETA1~1360 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=c3f4a84481b6a8d84b1928165a7bf459e5304ed8;p=postgresql.git Add missing file to nls Makefile Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20231130.120009.1370713511317755874.horikyota.ntt@gmail.com --- diff --git a/src/bin/pg_dump/nls.mk b/src/bin/pg_dump/nls.mk index cd91737f488..e84d690f60f 100644 --- a/src/bin/pg_dump/nls.mk +++ b/src/bin/pg_dump/nls.mk @@ -20,6 +20,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \ pg_dumpall.c \ parallel.c \ parallel.h \ + filter.c \ pg_backup_utils.c \ pg_backup_utils.h \ ../../common/compression.c \