mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Add missing -I switch for VPATH builds.
Per bug #6073 from Hartmut Raschick.
This commit is contained in:
@ -12,6 +12,8 @@ subdir = src/backend/replication
|
|||||||
top_builddir = ../../..
|
top_builddir = ../../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
|
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
|
||||||
|
|
||||||
OBJS = walsender.o walreceiverfuncs.o walreceiver.o basebackup.o \
|
OBJS = walsender.o walreceiverfuncs.o walreceiver.o basebackup.o \
|
||||||
repl_gram.o syncrep.o
|
repl_gram.o syncrep.o
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user