diff options
author | Peter Eisentraut | 2025-03-11 12:42:03 +0000 |
---|---|---|
committer | Peter Eisentraut | 2025-03-11 12:48:14 +0000 |
commit | 12c5f797ea6a8e96de661e3838410b9775061796 (patch) | |
tree | 4af33f20224e961e119d8fe8b25606ad3d4c429f | |
parent | 17ce344f86f1a9a9002d8b668ea7d77234ec3e60 (diff) |
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.
-rw-r--r-- | src/interfaces/ecpg/preproc/nls.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |