Change returned value from STORAGE_ERROR_NOT_SUPPORTED
[platform/core/system/libstorage.git] / CMakeLists.txt
index a4feb38..20f7f7e 100644 (file)
@@ -17,7 +17,6 @@ SET(dependents
                glib-2.0
                gio-2.0
                libtzplatform-config
-               capi-system-system-settings
                mount
 )
 SET(pc_dependents "capi-base-common")
@@ -32,7 +31,8 @@ ENDFOREACH(flag)
 SET(HEADERS
        include/storage.h
        include/storage-expand.h
-       include/storage-internal.h)
+       include/storage-internal.h
+       include/storage-experimental.h)
 
 SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -fvisibility=hidden")
 SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -g")