From: Stefan Huber Date: Sun, 24 Nov 2013 12:18:32 +0000 (+0100) Subject: pkg-config: adapt include dir X-Git-Tag: v0.1~13 X-Git-Url: https://git.sthu.org/?p=libstick.git;a=commitdiff_plain;h=6aee6db48c36489e401309740313b1cda0e7dea5 pkg-config: adapt include dir Let include dir actually point to the directory where the header files are. --- diff --git a/include/libstick-0.1/simplicialcomplex.h b/include/libstick-0.1/simplicialcomplex.h index 973d632..4dddc79 100644 --- a/include/libstick-0.1/simplicialcomplex.h +++ b/include/libstick-0.1/simplicialcomplex.h @@ -10,7 +10,7 @@ #include -#include +#include "booleanmatrix.h" namespace libstick { diff --git a/lib/libstick.pc.cmake b/lib/libstick.pc.cmake index 5d4f9a3..7e10cb9 100644 --- a/lib/libstick.pc.cmake +++ b/lib/libstick.pc.cmake @@ -1,6 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ +pkgnv=@PACKAGE_STRING@-@PACKAGE_VERSION@ libdir=${prefix}/lib -includedir=${prefix}/include +includedir=${prefix}/include/${pkgnv} Name: @PACKAGE_STRING@ Description: A peristent homology library