diff options
Diffstat (limited to 'src/backend/replication/Makefile')
-rw-r--r-- | src/backend/replication/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/replication/Makefile b/src/backend/replication/Makefile index fd08f093e1d..a0381e52f31 100644 --- a/src/backend/replication/Makefile +++ b/src/backend/replication/Makefile @@ -15,6 +15,7 @@ include $(top_builddir)/src/Makefile.global override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) OBJS = \ + backup_manifest.o \ basebackup.o \ repl_gram.o \ slot.o \ |