From 6897806607225776ab89f5412b191abb18db71c2 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 28 Apr 2021 10:24:30 +0200 Subject: [PATCH] fix cflags --- sink/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sink/Makefile b/sink/Makefile index 340f543..ec93550 100644 --- a/sink/Makefile +++ b/sink/Makefile @@ -8,7 +8,7 @@ logging.c C_INCLUDES = \ -I. \ --I/usr/local/include/postgresql +$(shell pkg-config --cflags-only-I libpq) VERSION := $(shell git rev-parse --short=8 HEAD)