From: Barry Naujok Date: Tue, 30 Sep 2008 04:22:41 +0000 (+0000) Subject: Fix xfstests build breakage with install-qa package X-Git-Tag: v3.0.0~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=685dcac336e2feb14d0ba6c6ab20b6b14d9034fe;p=thirdparty%2Fxfsprogs-dev.git Fix xfstests build breakage with install-qa package Merge of master-melb:xfs-cmds:32226a by kenmcd. Add new header file to install-qa target --- diff --git a/include/Makefile b/include/Makefile index 70c366be7..c47a43b02 100644 --- a/include/Makefile +++ b/include/Makefile @@ -22,7 +22,7 @@ QAHFILES = libxfs.h libxlog.h \ bitops.h cache.h kmem.h list.h parent.h swab.h xqm.h \ xfs_ag.h xfs_alloc.h xfs_alloc_btree.h xfs_arch.h xfs_attr_leaf.h \ xfs_attr_sf.h xfs_bit.h xfs_bmap.h xfs_bmap_btree.h xfs_btree.h \ - xfs_buf_item.h xfs_da_btree.h xfs_dinode.h \ + xfs_btree_trace.h xfs_buf_item.h xfs_da_btree.h xfs_dinode.h \ xfs_dir2.h xfs_dir2_block.h xfs_dir2_data.h xfs_dir2_leaf.h \ xfs_dir2_node.h xfs_dir2_sf.h xfs_dir_leaf.h xfs_dir_sf.h \ xfs_extfree_item.h xfs_ialloc.h xfs_ialloc_btree.h \