@@ -37,7 +37,7 @@ OBJS=fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
37
37
# libpgport C files we always use
38
38
OBJS += chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o thread.o
39
39
# libpgport C files that are needed if identified by configure
40
- OBJS +=$(filter crypt.o getaddrinfo.o inet_aton.o open.o snprintf.o strerror.o strlcpy.o win32error.o,$(LIBOBJS ) )
40
+ OBJS +=$(filter crypt.o getaddrinfo.ogetpeereid.o inet_aton.o open.o snprintf.o strerror.o strlcpy.o win32error.o,$(LIBOBJS ) )
41
41
# backend/libpq
42
42
OBJS += ip.o md5.o
43
43
# utils/mb
@@ -88,7 +88,7 @@ backend_src = $(top_srcdir)/src/backend
88
88
# For some libpgport modules, this only happens if configure decides
89
89
# the module is needed (see filter hack in OBJS, above).
90
90
91
- chklocale.c crypt.c getaddrinfo.c inet_aton.c inet_net_ntop.c noblock.c open.c pgsleep.c pgstrcasecmp.c snprintf.c strerror.c strlcpy.c thread.c win32error.c :% :$(top_srcdir ) /src/port/%
91
+ chklocale.c crypt.c getaddrinfo.c getpeereid.c inet_aton.c inet_net_ntop.c noblock.c open.c pgsleep.c pgstrcasecmp.c snprintf.c strerror.c strlcpy.c thread.c win32error.c :% :$(top_srcdir ) /src/port/%
92
92
rm -f$@ && $(LN_S ) $< .
93
93
94
94
ip.c md5.c :% :$(backend_src ) /libpq/%
@@ -135,7 +135,7 @@ clean distclean: clean-lib
135
135
# Might be left over from a Win32 client-only build
136
136
rm -f pg_config_paths.h
137
137
rm -f inet_net_ntop.c noblock.c pgstrcasecmp.c thread.c
138
- rm -f chklocale.c crypt.c getaddrinfo.c inet_aton.c open.c snprintf.c strerror.c strlcpy.c win32error.c
138
+ rm -f chklocale.c crypt.c getaddrinfo.cgetpeereid.c inet_aton.c open.c snprintf.c strerror.c strlcpy.c win32error.c
139
139
rm -f pgsleep.c
140
140
rm -f md5.c ip.c
141
141
rm -f encnames.c wchar.c