storage: Remove profile version from header files
[platform/core/system/libstorage.git] / CMakeLists.txt
index 20f7f7e..1f6875c 100644 (file)
@@ -18,8 +18,11 @@ SET(dependents
                gio-2.0
                libtzplatform-config
                mount
+               blkid
+               capi-system-info
+               libsyscommon
 )
-SET(pc_dependents "capi-base-common")
+SET(PC_REQUIRED "capi-base-common")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(rpkgs REQUIRED ${dependents})
@@ -31,8 +34,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")