Fix the isolation tester compilation on VPATH builds

pull/1/head
Alvaro Herrera 15 years ago
parent 135724ec35
commit 289d730655
  1. 2
      src/test/isolation/Makefile

@ -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…
Cancel
Save