mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Add missing source files to nls.mk
These are files under common/ that have been moved around. Updating these manually is not satisfactory, but it's the only solution at the moment.
This commit is contained in:
@ -6,5 +6,5 @@ GETTEXT_FILES = createdb.c createlang.c createuser.c \
|
||||
clusterdb.c vacuumdb.c reindexdb.c \
|
||||
pg_isready.c \
|
||||
common.c \
|
||||
../../common/fe_memutils.c
|
||||
../../common/fe_memutils.c ../../common/username.c
|
||||
GETTEXT_TRIGGERS = simple_prompt yesno_prompt
|
||||
|
Reference in New Issue
Block a user