We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cf677 commit 68ca717Copy full SHA for 68ca717
Makefile
@@ -22,6 +22,7 @@ ifdef USE_PGXS
22
PGXS := $(shell $(PG_CONFIG) --pgxs)
23
include $(PGXS)
24
else
25
+subdir = contrib/ptrack
26
top_builddir = ../..
27
# Makefile.global is a build artifact and initially may not be available
28
ifneq ($(wildcard $(top_builddir)/src/Makefile.global), )
0 commit comments