File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ include $(top_builddir)/src/Makefile.global
3030override CPPFLAGS := -I$(top_builddir ) /src/port -DFRONTEND $(CPPFLAGS )
3131LIBS += $(PTHREAD_LIBS )
3232
33- OBJS = $(LIBOBJS ) chklocale.o dirmod.o erand48.o exec.o inet_net_ntop.o \
33+ OBJS = $(LIBOBJS ) chklocale.o dirmod.o erand48.o exec.o fls.o inet_net_ntop.o \
3434 noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o \
3535 qsort.o qsort_arg.o sprompt.o thread.o
3636
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ sub mkvcbuild
5353 $solution = CreateSolution($vsVersion , $config );
5454
5555 our @pgportfiles = qw(
56- chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom .c
57- getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c erand48 .c
58- snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
56+ chklocale.c crypt.c fls.c fseeko.c getrusage.c inet_aton.c random.c
57+ srandom.c getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c
58+ erand48.c snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
5959 pgcheckdir.c pgmkdirp.c pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c
6060 sprompt.c thread.c getopt.c getopt_long.c dirent.c rint.c win32env.c
6161 win32error.c win32setlocale.c) ;
You can’t perform that action at this time.
0 commit comments