Sync from SPIN branch
[platform/core/telephony/tel-plugin-vconf.git] / CMakeLists.txt
index 9231665..503907d 100644 (file)
@@ -44,8 +44,15 @@ ENDIF(PREPAID_SIM_APN_SUPPORT)
 MESSAGE(${CMAKE_C_FLAGS})
 MESSAGE(${pkgs_LDFLAGS})
 
+INCLUDE_DIRECTORIES(
+       ${CMAKE_SOURCE_DIR}/include
+)
+
 SET(SRCS
-               src/desc-vconf.c
+       src/desc-vconf.c
+       src/vconf_main.c
+       src/vconf_core.c
+       src/vconf_handler.c
 )