Add missing source files to nls.mk

pull/159/head
Peter Eisentraut 2 years ago
parent 6b3678d347
commit 5162f663fc
  1. 1
      src/bin/initdb/nls.mk
  2. 3
      src/bin/pg_resetwal/nls.mk

@ -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)

@ -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)

Loading…
Cancel
Save