mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01: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:
parent
17ce344f86
commit
12c5f797ea
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user