summaryrefslogtreecommitdiff
path: root/service/things-manager/sampleapp
diff options
context:
space:
mode:
Diffstat (limited to 'service/things-manager/sampleapp')
-rw-r--r--service/things-manager/sampleapp/linux/configuration/makefile5
-rw-r--r--service/things-manager/sampleapp/linux/groupaction/makefile1
-rw-r--r--service/things-manager/sampleapp/linux/groupsyncaction/makefile3
3 files changed, 3 insertions, 6 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""
diff --git a/service/things-manager/sampleapp/linux/groupaction/makefile b/service/things-manager/sampleapp/linux/groupaction/makefile
index bddcbe451..985df0476 100644
--- a/service/things-manager/sampleapp/linux/groupaction/makefile
+++ b/service/things-manager/sampleapp/linux/groupaction/makefile
@@ -15,7 +15,6 @@ CXX_INC := -I../../ -I../../inc/
CXX_INC += -I${IOT_BASE}/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/logger/include
CXX_INC += -I../../../sdk/inc
diff --git a/service/things-manager/sampleapp/linux/groupsyncaction/makefile b/service/things-manager/sampleapp/linux/groupsyncaction/makefile
index b0b767ce4..0a194cc2f 100644
--- a/service/things-manager/sampleapp/linux/groupsyncaction/makefile
+++ b/service/things-manager/sampleapp/linux/groupsyncaction/makefile
@@ -16,8 +16,7 @@ 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}/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""