From e8b3dca9c42a6651339d22efdbea4e0e18fcd144 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 16 Jan 2017 21:01:50 +0100 Subject: [PATCH] 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 --- iotivity.pc.in | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.7.4