Fix the build error for wearable and IVI profile 69/116069/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 22 Feb 2017 23:37:46 +0000 (08:37 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 23 Feb 2017 00:27:06 +0000 (09:27 +0900)
Change-Id: I4a9054f11ab550b8e25dcfcf8674482462ea2bc7
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
CMakeLists.txt

index 68e9f70..419b7de 100644 (file)
@@ -5,8 +5,9 @@ ADD_SUBDIRECTORY(hf-agent)
 ELSE (TIZEN_PROFILE_WEARABLE OR TIZEN_PROFILE_IVI)
 ADD_SUBDIRECTORY(map-agent)
 ADD_SUBDIRECTORY(pb-agent)
-ADD_SUBDIRECTORY(bt-ipsp)
 IF (TIZEN_FEATURE_BT_HFP_AG)
 ADD_SUBDIRECTORY(ag-agent)
 ENDIF (TIZEN_FEATURE_BT_HFP_AG)
 ENDIF (TIZEN_PROFILE_WEARABLE OR TIZEN_PROFILE_IVI)
+
+ADD_SUBDIRECTORY(bt-ipsp)
\ No newline at end of file