mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Add missing -I switch for VPATH builds.
Per bug #6073 from Hartmut Raschick.
This commit is contained in:
parent
0ade8421b5
commit
9cc2c182fc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user