Also add a note to src/bin/pg_basebackup/Makefile to try to reduce
the chances of future mistakes of this type.
Per bowerbird.
streamutil.o \
walmethods.o
+# If you add or remove files here, also update Mkvcbuild.pm, which only knows
+# about OBJS, not BBOBJS, and thus has to be manually updated to stay in sync
+# with this list.
BBOBJS = \
pg_basebackup.o \
bbstreamer_file.o \
# This list of files has to match BBOBJS in pg_basebackup's Makefile.
$pgbasebackup->AddFile('src/bin/pg_basebackup/pg_basebackup.c');
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_file.c');
+ $pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_gzip.c');
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_inject.c');
$pgbasebackup->AddFile('src/bin/pg_basebackup/bbstreamer_tar.c');
$pgbasebackup->AddLibrary('ws2_32.lib');