Skip to content

Commit fc5b83b

Browse files
committed
Add missing source files to nls.mk
1 parent c0d1c64 commit fc5b83b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/bin/pg_basebackup/nls.mk

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# src/bin/pg_basebackup/nls.mk
22
CATALOG_NAME = pg_basebackup
33
AVAIL_LANGUAGES = cs de es fr he it ja ko pl pt_BR ru sv tr uk vi zh_CN
4-
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) pg_basebackup.c pg_receivewal.c pg_recvlogical.c receivelog.c streamutil.c walmethods.c ../../common/fe_memutils.c ../../common/file_utils.c ../../fe_utils/recovery_gen.c
4+
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
5+
bbstreamer_file.c \
6+
bbstreamer_gzip.c \
7+
bbstreamer_inject.c \
8+
bbstreamer_lz4.c \
9+
bbstreamer_tar.c \
10+
bbstreamer_zstd.c \
11+
pg_basebackup.c \
12+
pg_receivewal.c \
13+
pg_recvlogical.c \
14+
receivelog.c \
15+
streamutil.c \
16+
walmethods.c \
17+
../../common/backup_compression.c \
18+
../../common/fe_memutils.c \
19+
../../common/file_utils.c \
20+
../../fe_utils/recovery_gen.c
521
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) simple_prompt tar_set_error
622
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)

0 commit comments

Comments
 (0)