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:
Peter Eisentraut 2013-10-19 13:49:05 -04:00
parent 07bf70356c
commit 713a9f210d
1 changed files with 1 additions and 1 deletions

View File

@ -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