From: Peter Eisentraut Date: Tue, 11 Mar 2025 12:42:03 +0000 (+0100) Subject: Update nls.mk for newly added file X-Git-Tag: REL_18_BETA1~621 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=12c5f797ea6a8e96de661e3838410b9775061796;p=postgresql.git Update nls.mk for newly added file Commit f18231e8175 moved some code to a new file, but the new file wasn't added to nls.mk. --- diff --git a/src/interfaces/ecpg/preproc/nls.mk b/src/interfaces/ecpg/preproc/nls.mk index 55ea19a44ed..34d6caa2103 100644 --- a/src/interfaces/ecpg/preproc/nls.mk +++ b/src/interfaces/ecpg/preproc/nls.mk @@ -1,5 +1,5 @@ # src/interfaces/ecpg/preproc/nls.mk CATALOG_NAME = ecpg -GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c +GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c util.c variable.c GETTEXT_TRIGGERS = mmerror:3 mmfatal:2 GETTEXT_FLAGS = mmerror:3:c-format mmfatal:2:c-format