Add missing -I switch for VPATH builds.

Per bug #6073 from Hartmut Raschick.
This commit is contained in:
Tom Lane 2011-06-22 13:20:03 -04:00
parent 25db278088
commit 979d6c9cad

View File

@ -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