Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9eb54a2

Browse files
committed
Add missing source files to pg_combinebackup/nls.mk
1 parent 83ae824 commit 9eb54a2

File tree

1 file changed

+9
-3
lines changed
  • src/bin/pg_combinebackup

1 file changed

+9
-3
lines changed

src/bin/pg_combinebackup/nls.mk

+9-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
66
load_manifest.c \
77
pg_combinebackup.c \
88
reconstruct.c \
9-
write_manifest.c
10-
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
11-
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
9+
write_manifest.c \
10+
../../common/fe_memutils.c \
11+
../../common/jsonapi.c \
12+
../../common/parse_manifest.c
13+
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
14+
json_manifest_parse_failure:2 \
15+
error_cb:2
16+
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
17+
error_cb:2:c-format

0 commit comments

Comments
 (0)