]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: move obsolete lib/fsprobe to mount/
authorKarel Zak <kzak@redhat.com>
Tue, 27 Mar 2012 10:23:07 +0000 (12:23 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Mar 2012 10:23:07 +0000 (12:23 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/Makefile.am
mount/Makefile.am
mount/fsprobe.c [moved from lib/fsprobe.c with 100% similarity]
mount/fsprobe.h [moved from include/fsprobe.h with 100% similarity]

index 5e4e54ee800f5a28f305cf856c6c0a6607e60024..b939f89fef66fb5b8bfdf32f3b73fcd37773ced3 100644 (file)
@@ -12,7 +12,6 @@ dist_noinst_HEADERS = \
        env.h \
        exitcodes.h \
        fileutils.h \
-       fsprobe.h \
        ismounted.h \
        linux_reboot.h \
        linux_version.h \
index 6544b4dfa375ed46a35714bdc315ff366239c9ee..3bd6da4b68f7b4a5378e72e41ea03032c82ea98c 100644 (file)
@@ -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 \
similarity index 100%
rename from lib/fsprobe.c
rename to mount/fsprobe.c
similarity index 100%
rename from include/fsprobe.h
rename to mount/fsprobe.h