[PATCH] xfsprogs: install PKGHFILES in install-dev
Eric Sandeen
sandeen at redhat.com
Fri May 15 11:24:03 CDT 2015
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 at redhat.com>
---
(for the libxfs-4* branch)
diff --git a/libxfs/Makefile b/libxfs/Makefile
index 981cb0b..a3c9ab5 100644
--- a/libxfs/Makefile
+++ b/libxfs/Makefile
@@ -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)
More information about the xfs
mailing list