aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-06-22 13:20:03 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-06-22 13:20:12 -0400
commit979d6c9cad8c59580c1c96eb04ce0f4914006a46 (patch)
tree89663fa920d20498d39a20e10d22bad38cd70b8b /src
parent25db27808814f474e2080eef8bac068317b7caf6 (diff)
downloadpostgresql-979d6c9cad8c59580c1c96eb04ce0f4914006a46.tar.gz
postgresql-979d6c9cad8c59580c1c96eb04ce0f4914006a46.zip
Add missing -I switch for VPATH builds.
Per bug #6073 from Hartmut Raschick.
Diffstat (limited to 'src')
-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 3fe490e580f..9d9ec87c9af 100644
--- a/src/backend/replication/Makefile
+++ b/src/backend/replication/Makefile
@@ -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