summaryrefslogtreecommitdiffstats
path: root/mount/Makefile.am
diff options
context:
space:
mode:
authorMatthias Koenig2007-11-13 12:51:37 +0100
committerKarel Zak2007-11-13 14:47:54 +0100
commit54d8425bc7d9ecc3ee4c48e9d51026fd10cb8af1 (patch)
tree71794b988dc9ff8be4f3a9a0ec57cad07fb14102 /mount/Makefile.am
parentpo: update hu.po (from translationproject.org) (diff)
downloadkernel-qcow2-util-linux-54d8425bc7d9ecc3ee4c48e9d51026fd10cb8af1.tar.gz
kernel-qcow2-util-linux-54d8425bc7d9ecc3ee4c48e9d51026fd10cb8af1.tar.xz
kernel-qcow2-util-linux-54d8425bc7d9ecc3ee4c48e9d51026fd10cb8af1.zip
build-sys: fix missing deps for swapon
Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Diffstat (limited to 'mount/Makefile.am')
-rw-r--r--mount/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/mount/Makefile.am b/mount/Makefile.am
index 4ba8f56f6..01643b203 100644
--- a/mount/Makefile.am
+++ b/mount/Makefile.am
@@ -47,6 +47,7 @@ endif
if HAVE_VOLUME_ID
utils_common += fsprobe_volumeid.c
+swapon_SOURCES += ../lib/linux_version.c ../lib/blkdev.c
LDADD_common += -lvolume_id
endif