diff options
| author | Peter Eisentraut | 2014-07-15 14:00:53 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2014-07-15 14:10:42 +0000 |
| commit | f9ddcf75430467493aa6c2b07a45776e4ae8b416 (patch) | |
| tree | 6a4fe36cac7a29a04aaddcf7ad3efaa80950ac71 /src/bin/initdb | |
| parent | c93bf8c6ccf7ef1cec6b01fec1888f84831295ee (diff) | |
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.
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/nls.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/initdb/nls.mk b/src/bin/initdb/nls.mk index 377e75970b..9fa0199425 100644 --- a/src/bin/initdb/nls.mk +++ b/src/bin/initdb/nls.mk @@ -1,5 +1,5 @@ # src/bin/initdb/nls.mk CATALOG_NAME = initdb AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru zh_CN -GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/rmtree.c ../../common/wait_error.c ../../port/dirmod.c +GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/rmtree.c ../../common/username.c ../../common/wait_error.c ../../port/dirmod.c GETTEXT_TRIGGERS = simple_prompt |
