File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ OBJS = \
3535 streamutil.o \
3636 walmethods.o
3737
38+ # If you add or remove files here, also update Mkvcbuild.pm, which only knows
39+ # about OBJS, not BBOBJS, and thus has to be manually updated to stay in sync
40+ # with this list.
3841BBOBJS = \
3942 pg_basebackup.o \
4043 bbstreamer_file.o \
Original file line number Diff line number Diff line change @@ -377,6 +377,7 @@ sub mkvcbuild
377377 # This list of files has to match BBOBJS in pg_basebackup's Makefile.
378378 $pgbasebackup -> AddFile(' src/bin/pg_basebackup/pg_basebackup.c' );
379379 $pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_file.c' );
380+ $pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_gzip.c' );
380381 $pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_inject.c' );
381382 $pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_tar.c' );
382383 $pgbasebackup -> AddLibrary(' ws2_32.lib' );
You can’t perform that action at this time.
0 commit comments