From: David Sterba Date: Tue, 8 Apr 2014 08:48:37 +0000 (+1000) Subject: xfsprogs: add a missing QA header file to install-qa target X-Git-Tag: v3.2.0-rc1~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b3c0d6d0280049803c883acb873db41c8aec349;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: add a missing QA header file to install-qa target Included from "include/libxfs.h". Signed-off-by: David Sterba Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/include/Makefile b/include/Makefile index 6682b9dbc..a867516c8 100644 --- a/include/Makefile +++ b/include/Makefile @@ -23,6 +23,7 @@ QAHFILES = libxfs.h libxlog.h \ swab.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_attr_remote.h \ xfs_btree_trace.h \ xfs_cksum.h \ xfs_da_btree.h \