mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -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 = ../../..
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user