summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorPeter Eisentraut2012-05-21 17:08:50 +0000
committerPeter Eisentraut2012-05-21 17:08:50 +0000
commit4c39a09089130fb2eeccd6eacdc3d12aa69f84de (patch)
tree79566bd77d707a0f9fbfc93dab02c6f6a9906b1f /src/interfaces
parente79da56b85fa69055e872bdb79fb20f800175bc6 (diff)
libpq: Add missing file to GETTEXT_FILES list
For the record, fe-print.c is also missing, but it's sort of deprecated, and the string internationalization there has some issues, and it doesn't seem worth fixing that. So let's leave that out.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/libpq/nls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/nls.mk b/src/interfaces/libpq/nls.mk
index 2cd1efa9b0..e02292bdcc 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 ko pt_BR ru sv ta 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
+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_TRIGGERS = libpq_gettext pqInternalNotice:2
GETTEXT_FLAGS = libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format