1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-23 03:21:12 +03:00

Update nls.mk for newly added file

Commit f18231e817 moved some code to a new file, but the new file
wasn't added to nls.mk.
This commit is contained in:
Peter Eisentraut
2025-03-11 13:42:03 +01:00
parent 17ce344f86
commit 12c5f797ea

View File

@ -1,5 +1,5 @@
# src/interfaces/ecpg/preproc/nls.mk # src/interfaces/ecpg/preproc/nls.mk
CATALOG_NAME = ecpg 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_TRIGGERS = mmerror:3 mmfatal:2
GETTEXT_FLAGS = mmerror:3:c-format mmfatal:2:c-format GETTEXT_FLAGS = mmerror:3:c-format mmfatal:2:c-format