From 0e244927cabeac1c049935260efb03c7a0302dbb Mon Sep 17 00:00:00 2001 From: youngman Date: Fri, 12 Aug 2016 15:01:39 +0900 Subject: [PATCH] Add define (__WITH_DTLS__) Change-Id: I9e22a42f87e56754dd522772822bae17b1c7fae0 Signed-off-by: youngman --- iotivity.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iotivity.pc.in b/iotivity.pc.in index e98ed1b..1d717d7 100644 --- a/iotivity.pc.in +++ b/iotivity.pc.in @@ -18,4 +18,5 @@ Cflags: -I${includedir}/resource \ -I${svcincludedir}/resource-hosting \ -I${svcincludedir}/resource-directory \ -I${svcincludedir}/things-manager \ - -D@ROUTING_DEFINE@ + -D@ROUTING_DEFINE@ \ + -D__WITH_DTLS__ -- 2.7.4