From 77a20f18ea29a91bb4864ce33ba3db5c10ed9d4c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 27 Mar 2001 23:26:40 +0000 Subject: [PATCH] need md-int.h in the list of lsrcfiles in order that it makes it into the package. --- include/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index 8a879161d..357c05454 100644 --- a/include/Makefile +++ b/include/Makefile @@ -43,7 +43,10 @@ HFILES = arch.h handle.h jdm.h libxfs.h xqm.h \ xfs_ialloc_btree.h xfs_imap.h xfs_inode.h xfs_inode_item.h xfs_inum.h \ xfs_log.h xfs_log_priv.h xfs_log_recover.h xfs_mount.h xfs_quota.h \ xfs_rtalloc.h xfs_sb.h xfs_trans.h xfs_trans_space.h xfs_types.h -LSRCFILES = platform_defs.h.in builddefs.in buildrules lvm.h lvm_user.h liblvm.h + +LSRCFILES = platform_defs.h.in builddefs.in buildrules \ + lvm.h lvm_user.h liblvm.h \ + md-int.h default install : -- 2.47.2