Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 12c5f79

Browse files
committed
Update nls.mk for newly added file
Commit f18231e moved some code to a new file, but the new file wasn't added to nls.mk.
1 parent 17ce344 commit 12c5f79

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/preproc/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/interfaces/ecpg/preproc/nls.mk
22
CATALOG_NAME = ecpg
3-
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c
3+
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c util.c variable.c
44
GETTEXT_TRIGGERS = mmerror:3 mmfatal:2
55
GETTEXT_FLAGS = mmerror:3:c-format mmfatal:2:c-format

0 commit comments

Comments
 (0)