mirror of https://github.com/postgres/postgres
Add libpgcommon to backend gettext source files
This ought to have been done when libpgcommon was split off from libpgport.
This commit is contained in:
parent
07bf70356c
commit
713a9f210d
|
@ -13,7 +13,7 @@ GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
|
|||
report_invalid_record:2:c-format
|
||||
|
||||
gettext-files: distprep
|
||||
find $(srcdir)/ $(srcdir)/../port/ -name '*.c' -print | LC_ALL=C sort >$@
|
||||
find $(srcdir)/ $(srcdir)/../common/ $(srcdir)/../port/ -name '*.c' -print | LC_ALL=C sort >$@
|
||||
|
||||
my-clean:
|
||||
rm -f gettext-files
|
||||
|
|
Loading…
Reference in New Issue