From: Erich Keane Date: Tue, 5 Aug 2014 21:58:16 +0000 (-0700) Subject: Fixed the makefile to properly use CJSON X-Git-Tag: 1.2.0+RC1~2349 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=351a8fecb4ea2512badb447a7563166bb45b1646;p=platform%2Fupstream%2Fiotivity.git Fixed the makefile to properly use CJSON --- diff --git a/csdk/makefile b/csdk/makefile index 34c232e..18fc996 100644 --- a/csdk/makefile +++ b/csdk/makefile @@ -18,7 +18,7 @@ OCSOCKET_DIR = $(ROOT_DIR)/ocsocket LCOAP_DIR = $(ROOT_DIR)/libcoap-4.1.1 OCCOAP_DIR = $(ROOT_DIR)/occoap OCTBSTACK_DIR = $(ROOT_DIR)/stack -UTILS_DIR = $(ROOT_DIR)/../../../ccf-utilities/tb +UTILS_DIR = $(ROOT_DIR)/../../ccf-utilities/tb CJSON_DIR = $(UTILS_DIR)/cJSON OCCOAP_SRC = $(OCCOAP_DIR)/src