Fix the isolation tester compilation on VPATH builds

This commit is contained in:
Alvaro Herrera 2011-02-10 19:30:57 -03:00
parent 135724ec35
commit 289d730655

View File

@ -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