Osp-Installer merge changes from tizen_2.2
[platform/framework/native/installer.git] / CMakeLists.txt
index 5c16308..8f37268 100755 (executable)
@@ -44,6 +44,7 @@ SET (${this_target}_SOURCE_FILES
        src/Installer/PackageInstaller.cpp
        src/Installer/PreloadedInstaller.cpp
        src/Installer/RestorationInstaller.cpp
+       src/Installer/HybridInstaller.cpp
        src/Manager/CompatibilityManager.cpp
        src/Manager/ConfigurationManager.cpp
        src/Manager/DatabaseManager.cpp
@@ -83,7 +84,7 @@ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions -fvisibility=hidden")
 SET(CMAKE_CXX_FLAGS "${OSP_DEBUG_FLAGS} ${OSP_OPT_FLAGS} ${CMAKE_CXX_FLAGS} ${EXTRA_CFLAGS} ${OSP_COMPILER_FLAGS}")
 
 TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib/osp -losp-appfw -lxml2 -lpkgmgr_installer -lpkgmgr_parser -lglib-2.0 -lapp2ext -ldl" -Wl,--allow-shlib-undefined)
-TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib -lcert-svc-vcore -ldpl-efl -lcert-svc -lcapi-system-info -lappcore-common -lpkgmgr-info -lpkgmgr-client -lvconf -lcap")
+TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib -lcert-svc-vcore -ldpl-efl -lcert-svc -lcapi-system-info -lappcore-common -lpkgmgr-info -lpkgmgr-client -lvconf -lcap -lprivilege-control")
 
 ADD_SUBDIRECTORY(plugin)