Fix the isolation tester compilation on VPATH builds
This commit is contained in:
parent
135724ec35
commit
289d730655
@ -10,7 +10,7 @@ ifeq ($(PORTNAME), win32)
|
||||
LDLIBS += -lws2_32
|
||||
endif
|
||||
|
||||
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
|
||||
override CPPFLAGS := -I$(srcdir) -I$(libpq_srcdir) $(CPPFLAGS)
|
||||
override LDLIBS := $(libpq_pgport) $(LDLIBS)
|
||||
|
||||
OBJS = specparse.o isolationtester.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user