aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-05-17 22:55:17 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-05-17 22:55:17 -0400
commit382b479ab7b4afb0d661ee24104d418758dc2a36 (patch)
tree41a92061d8861e63fb1bcd49340ff2d3a3209778
parent424661913c06af76a46fdff9cc24cc57abf14fb3 (diff)
downloadpostgresql-382b479ab7b4afb0d661ee24104d418758dc2a36.tar.gz
postgresql-382b479ab7b4afb0d661ee24104d418758dc2a36.zip
Add new files to nls.mk
-rw-r--r--src/bin/initdb/nls.mk2
-rw-r--r--src/bin/pg_resetxlog/nls.mk2
-rw-r--r--src/interfaces/libpq/nls.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/initdb/nls.mk b/src/bin/initdb/nls.mk
index 4763126703b..3482c5d159e 100644
--- a/src/bin/initdb/nls.mk
+++ b/src/bin/initdb/nls.mk
@@ -1,5 +1,5 @@
# src/bin/initdb/nls.mk
CATALOG_NAME = initdb
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru sv zh_CN
-GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/rmtree.c ../../common/username.c ../../common/wait_error.c ../../port/dirmod.c
+GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/restricted_token.c ../../common/rmtree.c ../../common/username.c ../../common/wait_error.c ../../port/dirmod.c
GETTEXT_TRIGGERS = simple_prompt
diff --git a/src/bin/pg_resetxlog/nls.mk b/src/bin/pg_resetxlog/nls.mk
index cf04cb07390..cde0ed485ca 100644
--- a/src/bin/pg_resetxlog/nls.mk
+++ b/src/bin/pg_resetxlog/nls.mk
@@ -1,4 +1,4 @@
# src/bin/pg_resetxlog/nls.mk
CATALOG_NAME = pg_resetxlog
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru sv zh_CN
-GETTEXT_FILES = pg_resetxlog.c
+GETTEXT_FILES = pg_resetxlog.c ../../common/restricted_token.c
diff --git a/src/interfaces/libpq/nls.mk b/src/interfaces/libpq/nls.mk
index 1352bf09910..962e43328f5 100644
--- a/src/interfaces/libpq/nls.mk
+++ b/src/interfaces/libpq/nls.mk
@@ -1,6 +1,6 @@
# src/interfaces/libpq/nls.mk
CATALOG_NAME = libpq
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru tr zh_CN zh_TW
-GETTEXT_FILES = fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c win32.c
+GETTEXT_FILES = fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c fe-secure-openssl.c win32.c
GETTEXT_TRIGGERS = libpq_gettext pqInternalNotice:2
GETTEXT_FLAGS = libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format