Fix vpath build

This commit is contained in:
Peter Eisentraut 2022-07-09 09:44:09 +02:00
parent 964d01ae90
commit c842736006
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ subdir = src/backend/nodes
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS)
OBJS = \
bitmapset.o \
copyfuncs.o \