From e0402441a143533d33d3c450471b2cd655407d77 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Mon, 28 Jul 2014 20:47:09 +0200 Subject: fdformat: Add new switches -f/--from, -t/--to, -r/--repair This commit introduces a support for user configurable from/to track and a basic repair mode for broken floppies. It also fixes a recently introduced bug that causes a line breakage when printing the track number. Signed-off-by: Karel Zak --- disk-utils/Makemodule.am | 1 + 1 file changed, 1 insertion(+) (limited to 'disk-utils/Makemodule.am') diff --git a/disk-utils/Makemodule.am b/disk-utils/Makemodule.am index c6183f5ca..995e08552 100644 --- a/disk-utils/Makemodule.am +++ b/disk-utils/Makemodule.am @@ -110,6 +110,7 @@ if BUILD_FDFORMAT usrsbin_exec_PROGRAMS += fdformat dist_man_MANS += disk-utils/fdformat.8 fdformat_SOURCES = disk-utils/fdformat.c +fdformat_LDADD = $(LDADD) libcommon.la endif if BUILD_BLOCKDEV -- cgit v1.2.3-55-g7522