summaryrefslogtreecommitdiff
path: root/iotcon.pc.in
diff options
context:
space:
mode:
authorsung.goo.kim <sung.goo.kim@samsung.com>2016-08-02 14:33:55 +0900
committersung.goo.kim <sung.goo.kim@samsung.com>2016-08-02 14:33:55 +0900
commit621affc4c6c046179cd1ddd9f339cebe2ed7a15a (patch)
treebcb00044bb5c32f56c0b779eaad8e3027bba515a /iotcon.pc.in
parente620b335cc2d72863157ce66f843a658cfc22b08 (diff)
downloadiotcon-621affc4c6c046179cd1ddd9f339cebe2ed7a15a.tar.gz
iotcon-621affc4c6c046179cd1ddd9f339cebe2ed7a15a.tar.bz2
iotcon-621affc4c6c046179cd1ddd9f339cebe2ed7a15a.zip
Fix build problem
Change-Id: Ibb874761540b9a1b601d7afc5c24dab2c5dec29d
Diffstat (limited to 'iotcon.pc.in')
-rw-r--r--iotcon.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/iotcon.pc.in b/iotcon.pc.in
index 7750f73..6498b85 100644
--- a/iotcon.pc.in
+++ b/iotcon.pc.in
@@ -1,11 +1,11 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}/bin
libdir=@LIB_INSTALL_DIR@
-includedir=@INCLUDE_INSTALL_DIR@/@CLIENT@
+includedir=@INCLUDE_INSTALL_DIR@/@LIB@
-Name: @CLIENT@
+Name: @LIB@
Description: IoT Connectivity Manager
Version: @FULLVER@
Requires:
-Libs: -L${libdir} -l@CLIENT@
+Libs: -L${libdir} -l@LIB@
Cflags: -I${includedir}