Skip to content

Commit 5162f66

Browse files
committed
Add missing source files to nls.mk
1 parent 6b3678d commit 5162f66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/bin/initdb/nls.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
1111
../../common/rmtree.c \
1212
../../common/username.c \
1313
../../common/wait_error.c \
14+
../../fe_utils/option_utils.c \
1415
../../port/dirmod.c
1516
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) simple_prompt
1617
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)

src/bin/pg_resetwal/nls.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
CATALOG_NAME = pg_resetwal
33
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
44
pg_resetwal.c \
5-
../../common/restricted_token.c
5+
../../common/restricted_token.c \
6+
../../fe_utils/option_utils.c
67
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
78
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)

0 commit comments

Comments
 (0)