From: Petr Uzel Date: Tue, 24 Apr 2012 08:20:56 +0000 (+0200) Subject: build-sys: add swapon-common.h to swapon sources (fix distcheck) X-Git-Tag: v2.22-rc1~471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3f807e13f1de3eba37d7674db4c7f583af5b4a5;p=thirdparty%2Futil-linux.git build-sys: add swapon-common.h to swapon sources (fix distcheck) Signed-off-by: Petr Uzel --- diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index 9c27de6e73..132ce5dbac 100644 --- a/sys-utils/Makefile.am +++ b/sys-utils/Makefile.am @@ -138,6 +138,7 @@ dist_man_MANS += swapoff.8 swapon.8 swapon_SOURCES = \ swapon.c \ swapon-common.c \ + swapon-common.h \ $(top_srcdir)/lib/blkdev.c \ $(top_srcdir)/lib/linux_version.c