summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
diff options
context:
space:
mode:
authorTom Lane2022-07-13 18:29:10 +0000
committerTom Lane2022-07-13 18:29:10 +0000
commit54ba2f06236a7588433a5825134759ed798eccbf (patch)
treec805410c6f5560b666b6cb46ef51333a90fb62ca /src/interfaces/libpq
parent27d2693187d1bcf2563ee7142ba37d4788c8d52b (diff)
Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."
This reverts commit 617d69141220f277170927e03a19d2f1b77aed77. While I still think the basic idea is attractive, we need to sort out what happens with built .c files, and there also seem to be VPATH issues.
Diffstat (limited to 'src/interfaces/libpq')
-rw-r--r--src/interfaces/libpq/nls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/nls.mk b/src/interfaces/libpq/nls.mk
index fe2cf1a8d17..9256b426c1d 100644
--- a/src/interfaces/libpq/nls.mk
+++ b/src/interfaces/libpq/nls.mk
@@ -1,5 +1,5 @@
# src/interfaces/libpq/nls.mk
CATALOG_NAME = libpq
-GETTEXT_FILES = $(wildcard *.c) ../../port/thread.c
+GETTEXT_FILES = fe-auth.c fe-auth-scram.c fe-connect.c fe-exec.c fe-gssapi-common.c fe-lobj.c fe-misc.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-gssapi.c fe-secure-openssl.c win32.c ../../port/thread.c
GETTEXT_TRIGGERS = libpq_gettext pqInternalNotice:2
GETTEXT_FLAGS = libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format