summaryrefslogtreecommitdiffstats
path: root/positioning/client/src/POS_sensor_API/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'positioning/client/src/POS_sensor_API/Makefile')
-rw-r--r--positioning/client/src/POS_sensor_API/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/positioning/client/src/POS_sensor_API/Makefile b/positioning/client/src/POS_sensor_API/Makefile
index bde53d22..a4f627f4 100644
--- a/positioning/client/src/POS_sensor_API/Makefile
+++ b/positioning/client/src/POS_sensor_API/Makefile
@@ -1,5 +1,5 @@
#
-# @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+# @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -17,21 +17,14 @@
INST_SHLIBS = libPOS_sensor_API
######### compiled sources #############
-VPATH += ../Vehicle_API/common ./common
-
libPOS_sensor_API_SRCS += Sensor_API.cpp
libPOS_sensor_API_SRCS += Vehicle_API.cpp
######### add include path #############
-CPPFLAGS += -I./
-CPPFLAGS += -I./common/
CPPFLAGS += -I../../../server/include/common
CPPFLAGS += -I../../include
CPPFLAGS += -I../../../server/include/nsfw
-CPPFLAGS += -I../Vehicle_API
-CPPFLAGS += -I../Vehicle_API/common
-
######### add compile option #############
CPPFLAGS += -DLINUX -fPIC