File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ OBJS = \
35
35
streamutil.o \
36
36
walmethods.o
37
37
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.
38
41
BBOBJS = \
39
42
pg_basebackup.o \
40
43
bbstreamer_file.o \
Original file line number Diff line number Diff line change @@ -377,6 +377,7 @@ sub mkvcbuild
377
377
# This list of files has to match BBOBJS in pg_basebackup's Makefile.
378
378
$pgbasebackup -> AddFile(' src/bin/pg_basebackup/pg_basebackup.c' );
379
379
$pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_file.c' );
380
+ $pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_gzip.c' );
380
381
$pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_inject.c' );
381
382
$pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_tar.c' );
382
383
$pgbasebackup -> AddLibrary(' ws2_32.lib' );
You can’t perform that action at this time.
0 commit comments