]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
build: install PKGHFILES in install-dev
authorEric Sandeen <sandeen@redhat.com>
Fri, 5 Jun 2015 02:15:04 +0000 (12:15 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 5 Jun 2015 02:15:04 +0000 (12:15 +1000)
Without this, we'll be missing xfs_fs.h and xfs_types.h when we
"make install-dev" (and xfs.h includes them).

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/Makefile

index 981cb0bbd9172bb557718b59e1677574d6561fed..a3c9ab53a2884c1595a639d988abd1e5455092b5 100644 (file)
@@ -131,7 +131,7 @@ include $(BUILDRULES)
 install: default
 
 install-dev: install
-       $(INSTALL) -m 644 $(HFILES) $(PKG_INC_DIR)
+       $(INSTALL) -m 644 $(PKGHFILES) $(HFILES) $(PKG_INC_DIR)
 
 install-qa: install-dev
        $(INSTALL) -m 644 $(QAHFILES) $(PKG_INC_DIR)