From: saerome kim Date: Tue, 13 Jun 2017 01:05:02 +0000 (+0900) Subject: Fix a bug that native app can not find mesh.h & lib files X-Git-Tag: submit/tizen/20170828.225740~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a04e0d15cc04249ee74aef2d0c48e3b621f027b;p=platform%2Fcore%2Fapi%2Fwifi-mesh.git 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 --- 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}