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:
@ -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
|
||||
|
Reference in New Issue
Block a user