OSDN Git Service

Fix the isolation tester compilation on VPATH builds
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 10 Feb 2011 22:30:57 +0000 (19:30 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 10 Feb 2011 22:31:39 +0000 (19:31 -0300)
src/test/isolation/Makefile

index 1d4c7db..ae04f6c 100644 (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