Skip to content

Commit 94cfdf1

Browse files
committed
- updated dependency file for bindings
1 parent c535732 commit 94cfdf1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bindings/storage.deps

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,31 @@ DEPENDENCIES = \
4444
${top_srcdir}/storage/Devices/Partitionable.h \
4545
${top_srcdir}/storage/Devices/PlainEncryption.h \
4646
${top_srcdir}/storage/Devices/StrayBlkDevice.h \
47+
${top_srcdir}/storage/Filesystems/Bcachefs.h \
4748
${top_srcdir}/storage/Filesystems/Bitlocker.h \
4849
${top_srcdir}/storage/Filesystems/BlkFilesystem.h \
4950
${top_srcdir}/storage/Filesystems/Btrfs.h \
5051
${top_srcdir}/storage/Filesystems/BtrfsQgroup.h \
5152
${top_srcdir}/storage/Filesystems/BtrfsSubvolume.h \
53+
${top_srcdir}/storage/Filesystems/Erofs.h \
5254
${top_srcdir}/storage/Filesystems/Exfat.h \
5355
${top_srcdir}/storage/Filesystems/Ext.h \
5456
${top_srcdir}/storage/Filesystems/Ext2.h \
5557
${top_srcdir}/storage/Filesystems/Ext3.h \
5658
${top_srcdir}/storage/Filesystems/Ext4.h \
5759
${top_srcdir}/storage/Filesystems/F2fs.h \
58-
${top_srcdir}/storage/Filesystems/Nilfs2.h \
5960
${top_srcdir}/storage/Filesystems/Filesystem.h \
6061
${top_srcdir}/storage/Filesystems/Iso9660.h \
6162
${top_srcdir}/storage/Filesystems/Jfs.h \
6263
${top_srcdir}/storage/Filesystems/MountPoint.h \
6364
${top_srcdir}/storage/Filesystems/Mountable.h \
6465
${top_srcdir}/storage/Filesystems/Nfs.h \
65-
${top_srcdir}/storage/Filesystems/Tmpfs.h \
66+
${top_srcdir}/storage/Filesystems/Nilfs2.h \
6667
${top_srcdir}/storage/Filesystems/Ntfs.h \
6768
${top_srcdir}/storage/Filesystems/Reiserfs.h \
69+
${top_srcdir}/storage/Filesystems/Squashfs.h \
6870
${top_srcdir}/storage/Filesystems/Swap.h \
71+
${top_srcdir}/storage/Filesystems/Tmpfs.h \
6972
${top_srcdir}/storage/Filesystems/Udf.h \
7073
${top_srcdir}/storage/Filesystems/Vfat.h \
7174
${top_srcdir}/storage/Filesystems/Xfs.h \

0 commit comments

Comments
 (0)