umount_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS)
umount_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS)
-swapon_SOURCES = swapon.c swap_constants.h $(utils_common)
+swapon_SOURCES = swapon.c swap_constants.h $(utils_common) \
+ ../lib/linux_version.c ../lib/blkdev.c
losetup_SOURCES = lomount.c sundries.c xmalloc.c realpath.c \
- loop.h lomount.h xmalloc.h sundries.h realpath.h rmd160.c
+ loop.h lomount.h xmalloc.h sundries.h realpath.h rmd160.c $(fallback)
losetup_CPPFLAGS = -DMAIN $(AM_CPPFLAGS)
+
mount_LDADD = $(LDADD_common)
umount_LDADD = $(LDADD_common)
swapon_LDADD = $(LDADD_common)
.fi
.RE
.RE
++.RE
++
++.B The device indication.
++.RS
++Most devices are indicated by a file name (of a block special device), like
++.IR /dev/sda1 ,
++but there are other possibilities. For example, in the case of an NFS mount,
++.I device
++may look like
++.IR knuth.cwi.nl:/dir .
++It is possible to indicate a block special device using its
++volume
++.B LABEL
++or
++.B UUID
++(see the \-L and \-U options below).
.B The device indication.
.RS