Skip to content

Commit 3aa7a3d

Browse files
committed
Add missing source files to nls.mk
1 parent 38fbbb5 commit 3aa7a3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bin/psql/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
88
tab-complete.c variables.c \
99
../../fe_utils/cancel.c ../../fe_utils/print.c ../../fe_utils/psqlscan.c \
1010
../../common/exec.c ../../common/fe_memutils.c ../../common/username.c \
11-
../../common/wait_error.c
11+
../../common/wait_error.c ../../port/thread.c
1212
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
1313
N_ simple_prompt simple_prompt_extended
1414
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)

src/interfaces/libpq/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# src/interfaces/libpq/nls.mk
22
CATALOG_NAME = libpq
33
AVAIL_LANGUAGES = cs de el es fr he it ja ko pl pt_BR ru sv tr uk zh_CN zh_TW
4-
GETTEXT_FILES = fe-auth.c fe-auth-scram.c fe-connect.c fe-exec.c fe-gssapi-common.c fe-lobj.c fe-misc.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-gssapi.c fe-secure-openssl.c win32.c
4+
GETTEXT_FILES = fe-auth.c fe-auth-scram.c fe-connect.c fe-exec.c fe-gssapi-common.c fe-lobj.c fe-misc.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-gssapi.c fe-secure-openssl.c win32.c ../../port/thread.c
55
GETTEXT_TRIGGERS = libpq_gettext pqInternalNotice:2
66
GETTEXT_FLAGS = libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format

0 commit comments

Comments
 (0)