From 68ca7176a6da82d71dc3a878f51a70aebc1629b9 Mon Sep 17 00:00:00 2001 From: Daria Lepikhova Date: Thu, 2 Nov 2023 16:45:17 +0700 Subject: [PATCH] PGPRO-8844: Add subdir into Makefile for pgpro CI tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 499067a..9d4b451 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ ifdef USE_PGXS PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else +subdir = contrib/ptrack top_builddir = ../.. # Makefile.global is a build artifact and initially may not be available ifneq ($(wildcard $(top_builddir)/src/Makefile.global), )