summaryrefslogtreecommitdiff
path: root/src/backend/replication/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/replication/Makefile')
-rw-r--r--src/backend/replication/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/replication/Makefile b/src/backend/replication/Makefile
index 7941cb8d5e7..6f17b08a6a5 100644
--- a/src/backend/replication/Makefile
+++ b/src/backend/replication/Makefile
@@ -17,6 +17,8 @@ override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
OBJS = walsender.o walreceiverfuncs.o walreceiver.o basebackup.o \
repl_gram.o slot.o slotfuncs.o syncrep.o
+SUBDIRS = logical
+
include $(top_srcdir)/src/backend/common.mk
# repl_scanner is compiled as part of repl_gram