mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Add missing source files to pg_combinebackup/nls.mk
This commit is contained in:
parent
83ae824c87
commit
9eb54a258f
@ -6,6 +6,12 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
|
||||
load_manifest.c \
|
||||
pg_combinebackup.c \
|
||||
reconstruct.c \
|
||||
write_manifest.c
|
||||
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
|
||||
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|
||||
write_manifest.c \
|
||||
../../common/fe_memutils.c \
|
||||
../../common/jsonapi.c \
|
||||
../../common/parse_manifest.c
|
||||
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
|
||||
json_manifest_parse_failure:2 \
|
||||
error_cb:2
|
||||
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
|
||||
error_cb:2:c-format
|
||||
|
Loading…
x
Reference in New Issue
Block a user