From 4a04e0d15cc04249ee74aef2d0c48e3b621f027b Mon Sep 17 00:00:00 2001 From: saerome kim Date: Tue, 13 Jun 2017 10:05:02 +0900 Subject: [PATCH] Fix a bug that native app can not find mesh.h & lib files - change paths in capi-network-mesh.pc.in Signed-off-by: saerome kim --- capi-network-mesh.pc.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/capi-network-mesh.pc.in b/capi-network-mesh.pc.in index 737aa72..2b4a65f 100644 --- a/capi-network-mesh.pc.in +++ b/capi-network-mesh.pc.in @@ -1,13 +1,13 @@ # Package Information for pkg-config -prefix=@PREFIX@ -exec_prefix=/usr -libdir=@LIBDIR@ -includedir=/usr/include/network +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix}/bin +libdir=@LIB_INSTALL_DIR@ +includedir=${prefix}/include/network Name: @PC_NAME@ Description: @PACKAGE_DESCRIPTION@ -Version: @VERSION@ +Version: @FULLVER@ Requires: @PC_REQUIRED@ Libs: -L${libdir} @PC_LDFLAGS@ -Cflags: -I${includedir}/network +Cflags: -I${includedir} -- 2.34.1