Removing unnecessary HTML link for privilege
[platform/core/system/libstorage.git] / CMakeLists.txt
index 56482b0..83b6ea6 100644 (file)
@@ -17,7 +17,8 @@ SET(dependents
                glib-2.0
                gio-2.0
                libtzplatform-config
-               capi-system-system-settings
+               mount
+               blkid
 )
 SET(pc_dependents "capi-base-common")
 
@@ -30,7 +31,8 @@ ENDFOREACH(flag)
 
 SET(HEADERS
        include/storage.h
-       include/storage-expand.h)
+       include/storage-expand.h
+       include/storage-internal.h)
 
 SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -fvisibility=hidden")
 SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -g")
@@ -45,7 +47,10 @@ SET(SRCS
        src/storage.c
        src/storage-internal.c
        src/storage-external.c
-       src/storage-external-dbus.c)
+       src/storage-external-dbus.c
+       src/storage-inhouse.c
+       src/storage-common.c
+       )
 
 ADD_LIBRARY(${PROJECT_NAME} SHARED ${SRCS} ${TARGET_SRCS})
 TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${rpkgs_LDFLAGS})