Skip to content

Commit 68ca717

Browse files
dlepikhovapostgres-dev
authored andcommitted
PGPRO-8844: Add subdir into Makefile for pgpro CI tests
1 parent 09cf677 commit 68ca717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ifdef USE_PGXS
2222
PGXS := $(shell $(PG_CONFIG) --pgxs)
2323
include $(PGXS)
2424
else
25+
subdir = contrib/ptrack
2526
top_builddir = ../..
2627
# Makefile.global is a build artifact and initially may not be available
2728
ifneq ($(wildcard $(top_builddir)/src/Makefile.global), )

0 commit comments

Comments
 (0)