]> granicus.if.org Git - postgresql/commitdiff
Add libpgcommon to backend gettext source files
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 19 Oct 2013 17:49:05 +0000 (13:49 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 21 Oct 2013 10:20:05 +0000 (06:20 -0400)
This ought to have been done when libpgcommon was split off from
libpgport.

src/backend/nls.mk

index 4a7f2bdf1f9f2e2b88c71fd3be1c4365c39c56b2..d69722fb801d10aa202873137cebc9c1afaec48c 100644 (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