From e9583468052ca0409f57e40de186a4b49a167b5f Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Tue, 24 Apr 2012 10:20:57 +0200 Subject: [PATCH] build-sys: add fsprobe.h to dist Signed-off-by: Petr Uzel --- mount/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/Makefile.am b/mount/Makefile.am index d250fcddc4..40f30f0635 100644 --- a/mount/Makefile.am +++ b/mount/Makefile.am @@ -10,7 +10,7 @@ srcs_common = \ sundries.h # generic header for mount and umount -hdrs_mount = fstab.h mount_mntent.h mount_constants.h getusername.h +hdrs_mount = fstab.h mount_mntent.h mount_constants.h getusername.h fsprobe.h # generic sources for mount and umount srcs_mount = \ -- 2.47.2