summaryrefslogtreecommitdiff
path: root/service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile')
-rw-r--r--service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile b/service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile
index a195f01bc..5b449aac7 100644
--- a/service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile
+++ b/service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile
@@ -11,7 +11,7 @@ TARGET=THSensorApp1
CXX=g++
CXX_FLAGS=-std=c++0x -Wall -DLINUX
-CXX_INC=-I${INC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_LOG_DIR}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocsocket/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST}
+CXX_INC=-I${INC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_LOG_DIR}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST}
CXX_LIB+=${IOT_RELEASE}/${IOT_LIB}
CXX_LIB+=${IOT_CSDK_RELEASE}/${IOT_CSDK_LIB}