Commit 9cc2c182 authored by Tom Lane's avatar Tom Lane

Add missing -I switch for VPATH builds.

Per bug #6073 from Hartmut Raschick.
parent 0ade8421
......@@ -12,6 +12,8 @@ subdir = src/backend/replication
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
OBJS = walsender.o walreceiverfuncs.o walreceiver.o basebackup.o \
repl_gram.o syncrep.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment