From: Philippe Coval Date: Mon, 16 Jan 2017 20:01:50 +0000 (+0100) Subject: build: Add ES NS paths to pkg-config X-Git-Tag: 1.3.0~842 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8b3dca9c42a6651339d22efdbea4e0e18fcd144;p=platform%2Fupstream%2Fiotivity.git build: Add ES NS paths to pkg-config Public easy-setup and notification headers, are copied in 2 level depths directory. Change-Id: I7c9fd3a4bd1143c5ea05e7902292af23cf5e8934 Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/16455 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- diff --git a/iotivity.pc.in b/iotivity.pc.in index f5c7c39..ccd2cfe 100644 --- a/iotivity.pc.in +++ b/iotivity.pc.in @@ -14,6 +14,8 @@ Requires: Libs: -L${libdir} -loc -loc_logger -loc_logger_core -loctbstack -lconnectivity_abstraction @LIBS@ Cflags: -I${includedir}/resource \ -I${includedir}/c_common \ + -I${svcincludedir}/easy-setup \ + -I${svcincludedir}/notification \ -I${svcincludedir}/resource-encapsulation \ -I${svcincludedir}/resource-container \ -I${svcincludedir}/resource-hosting \