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 c4b543f commit 20eb98dCopy full SHA for 20eb98d
tests/cmocka/Makefile
@@ -3,6 +3,7 @@ TOP_SRC_DIR = ../../src
3
4
CC = gcc
5
CFLAGS = -I $(TOP_SRC_DIR) -I $(shell $(PG_CONFIG) --includedir-server)
6
+CFLAGS += -I$(CURDIR)/../../src/include
7
CFLAGS += $(shell $(PG_CONFIG) --cflags_sl)
8
CFLAGS += $(shell $(PG_CONFIG) --cflags)
9
LDFLAGS = -lcmocka
0 commit comments