Add missing source files to nls.mk

This commit is contained in:
Peter Eisentraut 2024-03-18 16:45:51 +01:00
parent 6b3678d347
commit 5162f663fc
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
../../common/rmtree.c \
../../common/username.c \
../../common/wait_error.c \
../../fe_utils/option_utils.c \
../../port/dirmod.c
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) simple_prompt
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)

View File

@ -2,6 +2,7 @@
CATALOG_NAME = pg_resetwal
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
pg_resetwal.c \
../../common/restricted_token.c
../../common/restricted_token.c \
../../fe_utils/option_utils.c
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)