diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-05-14 11:34:11 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-05-14 11:36:20 +0200 |
commit | 9eb54a258f53dd1d7f198e74c1b11b516ad2e98a (patch) | |
tree | 437dd41983ab399c0b057a60e34f627d8afa0108 | |
parent | 83ae824c87a59f1183de560b2560641ab804c729 (diff) | |
download | postgresql-9eb54a258f53dd1d7f198e74c1b11b516ad2e98a.tar.gz postgresql-9eb54a258f53dd1d7f198e74c1b11b516ad2e98a.zip |
Add missing source files to pg_combinebackup/nls.mk
-rw-r--r-- | src/bin/pg_combinebackup/nls.mk | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/bin/pg_combinebackup/nls.mk b/src/bin/pg_combinebackup/nls.mk index 84db8fa9571..9f1f567fb67 100644 --- a/src/bin/pg_combinebackup/nls.mk +++ b/src/bin/pg_combinebackup/nls.mk @@ -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 |