From 8dd69539230cb236ed375111c93f36f1d515981a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 8 Jul 2018 11:52:53 -0400 Subject: [PATCH] libext2fs: install hashmap.h since it is needed by libext2fs.h Signed-off-by: Theodore Ts'o --- lib/ext2fs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index d3b1df5..99302ca 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -225,7 +225,7 @@ SRCS= ext2_err.c \ $(DEBUG_SRCS) HFILES= bitops.h ext2fs.h ext2_io.h ext2_fs.h ext2_ext_attr.h ext3_extents.h \ - tdb.h qcow2.h + tdb.h qcow2.h hashmap.h HFILES_IN= ext2_err.h ext2_types.h LIBRARY= libext2fs -- 1.8.3.1