File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
8
8
tab-complete.c variables.c \
9
9
../../fe_utils/cancel.c ../../fe_utils/print.c ../../fe_utils/psqlscan.c \
10
10
../../common/exec.c ../../common/fe_memutils.c ../../common/username.c \
11
- ../../common/wait_error.c
11
+ ../../common/wait_error.c ../../port/thread.c
12
12
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS ) \
13
13
N_ simple_prompt simple_prompt_extended
14
14
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS )
Original file line number Diff line number Diff line change 1
1
# src/interfaces/libpq/nls.mk
2
2
CATALOG_NAME = libpq
3
3
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
5
5
GETTEXT_TRIGGERS = libpq_gettext pqInternalNotice:2
6
6
GETTEXT_FLAGS = libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format
You can’t perform that action at this time.
0 commit comments