summaryrefslogtreecommitdiffstats
path: root/mount/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2007-02-09 17:15:39 +0100
committerKarel Zak2007-02-09 17:15:39 +0100
commit167eaed7836b456b7bedf38be4124a8fa27ccb69 (patch)
treee80c0c51302b97df814bfa42d613a5f12e0f0d82 /mount/Makefile.am
parentmkswap: automatically add selinux label to swapfile (diff)
downloadkernel-qcow2-util-linux-167eaed7836b456b7bedf38be4124a8fa27ccb69.tar.gz
kernel-qcow2-util-linux-167eaed7836b456b7bedf38be4124a8fa27ccb69.tar.xz
kernel-qcow2-util-linux-167eaed7836b456b7bedf38be4124a8fa27ccb69.zip
swapon: does not correctly deal with symlinks
From: Marco d'Itri <md@Linux.IT> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/Makefile.am')
-rw-r--r--mount/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/Makefile.am b/mount/Makefile.am
index 951fd4051..605c4520c 100644
--- a/mount/Makefile.am
+++ b/mount/Makefile.am
@@ -32,7 +32,7 @@ umount_LDADD = $(top_srcdir)/lib/libenv.a
swapon_SOURCES = swapon.c xmalloc.c \
get_label_uuid.c mount_by_label.c mount_blkid.c \
- swap_constants.h
+ swap_constants.h realpath.c
losetup_SOURCES = lomount.c loop.h lomount.h
losetup_CFLAGS = -DMAIN