]> granicus.if.org Git - postgresql/commitdiff
Add missing source files to nls.mk
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 6 Jul 2019 13:02:53 +0000 (15:02 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 6 Jul 2019 13:03:21 +0000 (15:03 +0200)
src/interfaces/ecpg/ecpglib/nls.mk
src/interfaces/libpq/nls.mk

index 5ce97ead8e3b7accf7ff64636ecd3603a35e8bc2..8ea50ff19e3a2c1191228c4965f7ca16bb93e40a 100644 (file)
@@ -1,6 +1,6 @@
 # src/interfaces/ecpg/ecpglib/nls.mk
 CATALOG_NAME     = ecpglib
 AVAIL_LANGUAGES  = cs de es fr it ja ko pl pt_BR ru sv tr vi zh_CN
-GETTEXT_FILES    = connect.c descriptor.c error.c execute.c misc.c
+GETTEXT_FILES    = connect.c cursor.c descriptor.c error.c execute.c misc.c
 GETTEXT_TRIGGERS = ecpg_gettext
 GETTEXT_FLAGS    = ecpg_gettext:1:pass-c-format
index 4196870b496101385b619fcc403069be62eeb0f3..28f3941ab920e30b1cd7cac8172d870754443b51 100644 (file)
@@ -1,6 +1,6 @@
 # src/interfaces/libpq/nls.mk
 CATALOG_NAME     = libpq
 AVAIL_LANGUAGES  = cs de es fr he it ja ko pl pt_BR ru sv tr zh_CN zh_TW
-GETTEXT_FILES    = fe-auth.c fe-auth-scram.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-openssl.c win32.c
+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-protocol2.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-gssapi.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