Change source position of appfw-server
[platform/framework/native/appfw.git] / src / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index eb88010..5ae838e
@@ -2,6 +2,7 @@
 INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED
        alarm-service
+       appinfo
        aul
        appsvc
        bundle
@@ -14,8 +15,8 @@ pkg_check_modules(pkgs REQUIRED
        ecore
        glib-2.0
        haptic
-       heynoti
        icu-i18n
+       iniparser
        libpcre
        libsoup-2.4
        libxml-2.0
@@ -39,6 +40,7 @@ pkg_check_modules(pkgs REQUIRED
        capi-system-system-settings
        capi-system-info
        security-server
+       libprivilege-control
 )
 
 FOREACH(flag ${pkgs_CFLAGS})
@@ -47,15 +49,15 @@ ENDFOREACH(flag)
 
 
 ## Add SubModules
-ADD_SUBDIRECTORY(newlib-compat)
 ADD_SUBDIRECTORY(app)
 ADD_SUBDIRECTORY(io)
 ADD_SUBDIRECTORY(base)
+ADD_SUBDIRECTORY(base/runtime base-runtime)
 ADD_SUBDIRECTORY(locales)
 ADD_SUBDIRECTORY(security)
 ADD_SUBDIRECTORY(system)
 ADD_SUBDIRECTORY(text)
 ADD_SUBDIRECTORY(appfw)
 ADD_SUBDIRECTORY(osp-string)
-ADD_SUBDIRECTORY(server osp-appfw-server)
+ADD_SUBDIRECTORY(server)
 ADD_SUBDIRECTORY(system-server osp-system-server)