projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ade842
)
Add missing -I switch for VPATH builds.
author
Tom Lane
<
[email protected]
>
Wed, 22 Jun 2011 17:20:03 +0000
(13:20 -0400)
committer
Tom Lane
<
[email protected]
>
Wed, 22 Jun 2011 17:20:03 +0000
(13:20 -0400)
Per bug #6073 from Hartmut Raschick.
src/backend/replication/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/Makefile
b/src/backend/replication/Makefile
index 3fe490e580f8234f847f9ae6f5786ad8b405b645..9d9ec87c9afcadec444c29b9ac0ef6ad67e4bf6c 100644
(file)
--- 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