summaryrefslogtreecommitdiff
path: root/service/things-manager/sampleapp/linux/configuration/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'service/things-manager/sampleapp/linux/configuration/makefile')
-rw-r--r--service/things-manager/sampleapp/linux/configuration/makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/service/things-manager/sampleapp/linux/configuration/makefile b/service/things-manager/sampleapp/linux/configuration/makefile
index e0eb57c26..32251dd63 100644
--- a/service/things-manager/sampleapp/linux/configuration/makefile
+++ b/service/things-manager/sampleapp/linux/configuration/makefile
@@ -14,10 +14,9 @@ CXX_FLAGS=-std=c++0x -Wall -pthread -DLINUX -ldl
CXX_INC := -I../../ -I../../inc/ -I../../../sdk/inc/ -I../../../sdk/src/
CXX_INC += -I${IOT_BASE}/include/
-CXX_INC += -I${IOT_BASE}/oc_logger/include
+CXX_INC += -I${IOT_BASE}/oc_logger/include
CXX_INC += -I${IOT_BASE}/csdk/stack/include
-CXX_INC += -I${IOT_BASE}/csdk/ocsocket/include
-CXX_INC += -I${IOT_BASE}/csdk/ocrandom/include
+CXX_INC += -I${IOT_BASE}/csdk/ocrandom/include
CXX_INC += -I${IOT_BASE}/csdk/logger/include
CXX_LIB=-L""