From e9ad08e706ec15790c720e5e131acbe4b64b05f2 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Thu, 23 Apr 2020 01:50:07 +0300 Subject: [PATCH] Cflags should point to include folder, not to include/libks Since all headers include as "libks/ks.h", cflags should point to just /include, not to the /include/libks. In current mode with libks in cflags in pkg-config files must be referenced simply as "ks.h". --- libks.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libks.pc.in b/libks.pc.in index cb20ffcc..d33f6b34 100644 --- a/libks.pc.in +++ b/libks.pc.in @@ -8,5 +8,5 @@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Description: A cross platform kitchen sink library. -Cflags: -I${includedir}/libks +Cflags: -I${includedir} Libs: -L${libdir} -lks