We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25db278 commit 979d6c9Copy full SHA for 979d6c9
src/backend/replication/Makefile
@@ -12,6 +12,8 @@ subdir = src/backend/replication
12
top_builddir = ../../..
13
include $(top_builddir)/src/Makefile.global
14
15
+override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
16
+
17
OBJS = walsender.o walreceiverfuncs.o walreceiver.o basebackup.o \
18
repl_gram.o syncrep.o
19
0 commit comments