Use private dbus connection for synchronous calls.
[platform/core/system/libstorage.git] / CMakeLists.txt
index 20f7f7e..cbdb21f 100644 (file)
@@ -18,6 +18,8 @@ SET(dependents
                gio-2.0
                libtzplatform-config
                mount
+               blkid
+               capi-system-info
 )
 SET(pc_dependents "capi-base-common")
 
@@ -31,8 +33,7 @@ ENDFOREACH(flag)
 SET(HEADERS
        include/storage.h
        include/storage-expand.h
-       include/storage-internal.h
-       include/storage-experimental.h)
+       include/storage-internal.h)
 
 SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -fvisibility=hidden")
 SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -g")