Remove the redundency to make profile rpms
[platform/core/connectivity/bluetooth-agent.git] / bt-ipsp / CMakeLists.txt
index 93d2776..5d3f910 100644 (file)
@@ -1,7 +1,8 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 PROJECT(bt-ipsp C)
 
-SET(SRCS bt-ipsp.c)
+SET(SRCS bt-ipsp.c
+               ../include/bluetooth-agent-profile.c)
 
 IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
        SET(CMAKE_BUILD_TYPE "Release")
@@ -18,6 +19,7 @@ SET(PKG_MODULES
        bluetooth-api
        gio-2.0
        dlog
+       capi-system-info
 )
 
 INCLUDE(FindPkgConfig)