From a36e9a94087acb4f375fca000b5968623b6b58a7 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 27 Mar 2012 12:23:07 +0200 Subject: [PATCH] build-sys: move obsolete lib/fsprobe to mount/ Signed-off-by: Karel Zak --- include/Makefile.am | 1 - mount/Makefile.am | 2 +- {lib => mount}/fsprobe.c | 0 {include => mount}/fsprobe.h | 0 4 files changed, 1 insertion(+), 2 deletions(-) rename {lib => mount}/fsprobe.c (100%) rename {include => mount}/fsprobe.h (100%) diff --git a/include/Makefile.am b/include/Makefile.am index 5e4e54ee80..b939f89fef 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -12,7 +12,6 @@ dist_noinst_HEADERS = \ env.h \ exitcodes.h \ fileutils.h \ - fsprobe.h \ ismounted.h \ linux_reboot.h \ linux_version.h \ diff --git a/mount/Makefile.am b/mount/Makefile.am index 6544b4dfa3..3bd6da4b68 100644 --- a/mount/Makefile.am +++ b/mount/Makefile.am @@ -21,10 +21,10 @@ srcs_mount = \ fstab.c \ getusername.c \ mount_mntent.c \ + fsprobe.c \ $(top_srcdir)/lib/at.c \ $(top_srcdir)/lib/blkdev.c \ $(top_srcdir)/lib/env.c \ - $(top_srcdir)/lib/fsprobe.c \ $(top_srcdir)/lib/linux_version.c \ $(top_srcdir)/lib/loopdev.c \ $(top_srcdir)/lib/mangle.c \ diff --git a/lib/fsprobe.c b/mount/fsprobe.c similarity index 100% rename from lib/fsprobe.c rename to mount/fsprobe.c diff --git a/include/fsprobe.h b/mount/fsprobe.h similarity index 100% rename from include/fsprobe.h rename to mount/fsprobe.h -- 2.47.2