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 3a6402d commit ce5d8a4Copy full SHA for ce5d8a4
contrib/pg_pathman/Makefile
@@ -10,7 +10,7 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o \
10
src/compat/pg_compat.o src/compat/relation_tags.o src/compat/rowmarks_fix.o \
11
$(WIN32RES)
12
13
-override PG_CPPFLAGS += -I$(CURDIR)/src/include
+override PG_CPPFLAGS += -I$(top_srcdir)/$(subdir)/src/include
14
15
EXTENSION = pg_pathman
16
0 commit comments