Remove tv profile dependency for cynara
[platform/core/location/lbs-location.git] / location / CMakeLists.txt
index 579f0b8..550d2df 100644 (file)
@@ -6,18 +6,6 @@ SET(INC_DIR "include")
 SET(MANAGER_DIR "manager")
 SET(MODULE_DIR "module")
 
-IF(FEATURE_PROFILE_TV)
-       SET (PRIVACY_SRC "")
-ELSE(FEATURE_PROFILE_TV)
-       SET (PRIVACY_SRC "${MANAGER_DIR}/location-privacy.c")
-ENDIF(FEATURE_PROFILE_TV)
-
-IF(FEATURE_PROFILE_WEARABLE)
-       MESSAGE("<<< Wearable Profile >>>")
-ELSE(FEATURE_PROFILE_WEARABLE)
-       MESSAGE("<<< Mobile Profile >>>")
-ENDIF(FEATURE_PROFILE_WEARABLE)
-
 ADD_DEFINITIONS("-DLIBDIR=\"${LIBDIR}\"")
 
 INCLUDE_DIRECTORIES(
@@ -42,7 +30,9 @@ SET(SRCS
        ${MANAGER_DIR}/location-common-util.c
        ${MANAGER_DIR}/location-gps.c
        ${MANAGER_DIR}/location-wps.c
-       ${PRIVACY_SRC}
+       ${MANAGER_DIR}/location-passive.c
+       ${MANAGER_DIR}/location-fused.c
+       ${MANAGER_DIR}/location-privacy.c
 
        ${MODULE_DIR}/module-internal.c
 )
@@ -61,6 +51,7 @@ SET (INSTALL_HEADERS
        ${MANAGER_DIR}/location-accuracy.h
        ${MANAGER_DIR}/location-boundary.h
        ${MANAGER_DIR}/location-satellite.h
+       ${MANAGER_DIR}/location-setting.h
 
        ${MODULE_DIR}/location-module.h
 )