fix cflags

This commit is contained in:
2021-04-28 10:24:30 +02:00
parent dd1e1c5758
commit 6897806607

View File

@ -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)