Fixed the makefile to properly use CJSON
authorErich Keane <erich.keane@intel.com>
Tue, 5 Aug 2014 21:58:16 +0000 (14:58 -0700)
committerErich Keane <erich.keane@intel.com>
Tue, 5 Aug 2014 21:58:16 +0000 (14:58 -0700)
csdk/makefile

index 34c232e..18fc996 100644 (file)
@@ -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