summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/Makefile.am1
-rw-r--r--mount/Makefile.am2
-rw-r--r--mount/fsprobe.c (renamed from lib/fsprobe.c)0
-rw-r--r--mount/fsprobe.h (renamed from include/fsprobe.h)0
4 files changed, 1 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 5e4e54ee8..b939f89fe 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 6544b4dfa..3bd6da4b6 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
index 1cfc975c6..1cfc975c6 100644
--- a/lib/fsprobe.c
+++ b/mount/fsprobe.c
diff --git a/include/fsprobe.h b/mount/fsprobe.h
index d9c1dc494..d9c1dc494 100644
--- a/include/fsprobe.h
+++ b/mount/fsprobe.h