summaryrefslogtreecommitdiffstats
path: root/include/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2014-07-26 12:53:06 +0200
committerKarel Zak2014-07-28 12:28:05 +0200
commit25a365ef5a8291929351c40ccadd0d20b9cb1831 (patch)
tree7546fc7864ad79992eeaf3f5fe7bfa04b33630f0 /include/Makemodule.am
parentbuild-sys: add -Wimplicit-function-declaration to compiler warnings (diff)
downloadkernel-qcow2-util-linux-25a365ef5a8291929351c40ccadd0d20b9cb1831.tar.gz
kernel-qcow2-util-linux-25a365ef5a8291929351c40ccadd0d20b9cb1831.tar.xz
kernel-qcow2-util-linux-25a365ef5a8291929351c40ccadd0d20b9cb1831.zip
swaplabel: move swapon-common to include directory
This fixes the following compiler warning. disk-utils/swaplabel.c:175:2: warning: implicit declaration of function 'get_swap_prober' [-Wimplicit-function-declaration] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/Makemodule.am')
-rw-r--r--include/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makemodule.am b/include/Makemodule.am
index 993738d7a..dd5c3f58c 100644
--- a/include/Makemodule.am
+++ b/include/Makemodule.am
@@ -41,6 +41,7 @@ dist_noinst_HEADERS += \
include/rpmatch.h \
include/setproctitle.h \
include/strutils.h \
+ include/swapon-common.h \
include/swapheader.h \
include/sysfs.h \
include/timer.h \