From: Bruce Momjian Date: Tue, 16 Jul 2002 05:49:38 +0000 (+0000) Subject: Add DLLINIT mention in port/Makefile. X-Git-Tag: REL7_3~1195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e07ab78cc99520c4c300a3230689521b78f4c16;p=postgresql Add DLLINIT mention in port/Makefile. --- diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile index c176a727b7..c56ffba22f 100644 --- a/src/backend/port/Makefile +++ b/src/backend/port/Makefile @@ -13,7 +13,7 @@ # be converted to Method 2. # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.14 2002/07/15 21:34:04 momjian Exp $ +# $Header: /cvsroot/pgsql/src/backend/port/Makefile,v 1.15 2002/07/16 05:49:38 momjian Exp $ # #------------------------------------------------------------------------- @@ -23,7 +23,7 @@ include $(top_builddir)/src/Makefile.global OBJS=dynloader.o pg_sema.o pg_shmem.o -OBJS+=$(GETHOSTNAME) $(GETRUSAGE) $(INET_ATON) $(ISINF) $(MEMCMP) \ +OBJS+=$(DLLINIT) $(GETHOSTNAME) $(GETRUSAGE) $(INET_ATON) $(ISINF) $(MEMCMP) \ $(MISSING_RANDOM) $(SNPRINTF) $(SRANDOM) $(STRCASECMP) $(STRDUP) \ $(STRERROR) $(STRTOL) $(STRTOUL)