From 54d8425bc7d9ecc3ee4c48e9d51026fd10cb8af1 Mon Sep 17 00:00:00 2001 From: Matthias Koenig Date: Tue, 13 Nov 2007 12:51:37 +0100 Subject: [PATCH] build-sys: fix missing deps for swapon Signed-off-by: Matthias Koenig --- mount/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/mount/Makefile.am b/mount/Makefile.am index 4ba8f56f..01643b20 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 -- 2.39.5