We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1c14db5 commit614fcbeCopy full SHA for 614fcbe
src/port/Makefile
@@ -15,7 +15,7 @@
15
#for use only by the backend binaries
16
#
17
# IDENTIFICATION
18
-# $PostgreSQL: pgsql/src/port/Makefile,v 1.21 2004/10/27 11:51:40 neilc Exp $
+# $PostgreSQL: pgsql/src/port/Makefile,v 1.22 2005/03/20 02:39:33 momjian Exp $
19
20
#-------------------------------------------------------------------------
21
@@ -31,6 +31,7 @@ LIBOBJS_SRV := $(LIBOBJS)
31
LIBOBJS_SRV :=$(patsubst dirmod.o,dirmod_srv.o,$(LIBOBJS_SRV))
32
LIBOBJS_SRV :=$(patsubst exec.o,exec_srv.o,$(LIBOBJS_SRV))
33
LIBOBJS_SRV :=$(patsubst getaddrinfo.o,getaddrinfo_srv.o,$(LIBOBJS_SRV))
34
+LIBOBJS_SRV :=$(patsubst snprintf.o,snpritnf_srv.o,$(LIBOBJS_SRV))
35
LIBOBJS_SRV :=$(patsubst thread.o,thread_srv.o,$(LIBOBJS_SRV))
36
37
all: libpgport.a libpgport_srv.a