]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/Makefile
xfs: move inode fork definitions to a new header file
[thirdparty/xfsprogs-dev.git] / libxfs / Makefile
index 64b5979bc1195c26a6cf692025b019ef16975a6f..ed978f937a85a0d398c2c31a8c212e1060b7e4b1 100644 (file)
@@ -12,7 +12,12 @@ LT_AGE = 0
 
 HFILES = xfs.h init.h xfs_dir2_priv.h crc32defs.h crc32table.h
 CFILES = cache.c init.c kmem.c logitem.c radix-tree.c rdwr.c trans.c util.c \
-       xfs_alloc.c xfs_ialloc.c xfs_inode.c xfs_btree.c xfs_alloc_btree.c \
+       xfs_alloc.c \
+       xfs_alloc_btree.c \
+       xfs_btree.c \
+       xfs_ialloc.c \
+       xfs_inode.c \
+       xfs_inode_fork.c \
        xfs_ialloc_btree.c xfs_bmap_btree.c xfs_da_btree.c \
        xfs_dir2.c xfs_dir2_leaf.c xfs_attr_leaf.c xfs_dir2_block.c \
        xfs_dir2_node.c xfs_dir2_data.c xfs_dir2_sf.c xfs_bmap.c \