File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
# for use only by the backend binaries
16
16
#
17
17
# IDENTIFICATION
18
- # $PostgreSQL: pgsql/src/port/Makefile,v 1.21 2004/10/27 11:51:40 neilc Exp $
18
+ # $PostgreSQL: pgsql/src/port/Makefile,v 1.22 2005/03/20 02:39:33 momjian Exp $
19
19
#
20
20
# -------------------------------------------------------------------------
21
21
@@ -31,6 +31,7 @@ LIBOBJS_SRV := $(LIBOBJS)
31
31
LIBOBJS_SRV := $(patsubst dirmod.o,dirmod_srv.o, $(LIBOBJS_SRV ) )
32
32
LIBOBJS_SRV := $(patsubst exec.o,exec_srv.o, $(LIBOBJS_SRV ) )
33
33
LIBOBJS_SRV := $(patsubst getaddrinfo.o,getaddrinfo_srv.o, $(LIBOBJS_SRV ) )
34
+ LIBOBJS_SRV := $(patsubst snprintf.o,snpritnf_srv.o, $(LIBOBJS_SRV ) )
34
35
LIBOBJS_SRV := $(patsubst thread.o,thread_srv.o, $(LIBOBJS_SRV ) )
35
36
36
37
all : libpgport.a libpgport_srv.a
You can’t perform that action at this time.
0 commit comments