Skip to content
Snippets Groups Projects
Commit 289d7306 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix the isolation tester compilation on VPATH builds

parent 135724ec
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment