Add missing file to GETTEXT_FILES

This doesn't actually change the resulting set of strings, but better
be correct.
pull/1/head
Peter Eisentraut 14 years ago
parent cb5a7bc2dc
commit cc06e4a1aa
  1. 2
      src/interfaces/ecpg/ecpglib/nls.mk

@ -1,6 +1,6 @@
# src/interfaces/ecpg/ecpglib/nls.mk # src/interfaces/ecpg/ecpglib/nls.mk
CATALOG_NAME = ecpglib CATALOG_NAME = ecpglib
AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN
GETTEXT_FILES = connect.c error.c execute.c misc.c GETTEXT_FILES = connect.c descriptor.c error.c execute.c misc.c
GETTEXT_TRIGGERS = ecpg_gettext GETTEXT_TRIGGERS = ecpg_gettext
GETTEXT_FLAGS = ecpg_gettext:1:pass-c-format GETTEXT_FLAGS = ecpg_gettext:1:pass-c-format

Loading…
Cancel
Save