From: Matthias Koenig Date: Tue, 13 Nov 2007 11:51:37 +0000 (+0100) Subject: build-sys: fix missing deps for swapon X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54d8425bc7d9ecc3ee4c48e9d51026fd10cb8af1;p=util-linux build-sys: fix missing deps for swapon Signed-off-by: Matthias Koenig --- 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