]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: don't install internal header files
authorChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2015 04:45:52 +0000 (14:45 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 31 Jul 2015 04:45:52 +0000 (14:45 +1000)
All the headers in $(HFILES) are internal to xfsprogs and should not be
installed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/Makefile

index 98e0e2877dcef7cb7ba662ea76900183116ab107..c85f1edcdf0d765f3dacab705ecac8b8e133fca0 100644 (file)
@@ -139,7 +139,7 @@ install-headers: $(addsuffix -hdrs, $(PKGHFILES) $(QAHFILES))
        $(Q)$(LN_S) -f $(PWD)/libxfs/$* $(TOPDIR)/include/xfs/$*
 
 install-dev: install
-       $(INSTALL) -m 644 $(PKGHFILES) $(HFILES) $(PKG_INC_DIR)
+       $(INSTALL) -m 644 $(PKGHFILES) $(PKG_INC_DIR)
 
 install-qa: install-dev
        $(INSTALL) -m 644 $(QAHFILES) $(PKG_INC_DIR)