Fix a bug that native app can not find mesh.h & lib files
authorsaerome kim <saerome.kim@samsung.com>
Tue, 13 Jun 2017 01:05:02 +0000 (10:05 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:09:10 +0000 (11:09 +0900)
- change paths in capi-network-mesh.pc.in

Signed-off-by: saerome kim <saerome.kim@samsung.com>
capi-network-mesh.pc.in

index 737aa72..2b4a65f 100644 (file)
@@ -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}