We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ac528 commit 4d478e3Copy full SHA for 4d478e3
Makefile
@@ -38,7 +38,7 @@ EXTRA_CLEAN += src/walmethods.c src/walmethods.h
38
INCLUDES += src/walmethods.h
39
endif
40
41
-PG_CPPFLAGS = -I$(libpq_srcdir) ${PTHREAD_CFLAGS} -Isrc
+PG_CPPFLAGS = -I$(libpq_srcdir) ${PTHREAD_CFLAGS} -Isrc -I$(top_srcdir)/$(subdir)/src
42
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
43
PG_LIBS = $(libpq_pgport) ${PTHREAD_CFLAGS}
44
0 commit comments