Change returned value from STORAGE_ERROR_NOT_SUPPORTED
[platform/core/system/libstorage.git] / CMakeLists.txt
index a8c5f4b..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")
@@ -48,7 +48,9 @@ SET(SRCS
        src/storage-internal.c
        src/storage-external.c
        src/storage-external-dbus.c
-       src/storage-external-inhouse.c)
+       src/storage-inhouse.c
+       src/storage-common.c
+       )
 
 ADD_LIBRARY(${PROJECT_NAME} SHARED ${SRCS} ${TARGET_SRCS})
 TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${rpkgs_LDFLAGS})