summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2018-04-16 13:48:11 +0200
committerKarel Zak2018-04-16 13:51:37 +0200
commit89f318625c1178abe1c886bee84ee0e25c1e5dc8 (patch)
treedcb69fb38e4d8f43b90a615519a4061869ba1f52 /sys-utils/Makemodule.am
parentMerge branch 'choom' (diff)
downloadkernel-qcow2-util-linux-89f318625c1178abe1c886bee84ee0e25c1e5dc8.tar.gz
kernel-qcow2-util-linux-89f318625c1178abe1c886bee84ee0e25c1e5dc8.tar.xz
kernel-qcow2-util-linux-89f318625c1178abe1c886bee84ee0e25c1e5dc8.zip
choom: fix build, remove unnecessary include
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index db76e2621..ff87cddca 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -20,12 +20,12 @@ flock_SOURCES = sys-utils/flock.c lib/monotonic.c lib/timer.c
flock_LDADD = $(LDADD) libcommon.la $(REALTIME_LIBS)
endif
-#if BUILD_CHOOM
+if BUILD_CHOOM
usrbin_exec_PROGRAMS += choom
dist_man_MANS += sys-utils/choom.1
choom_SOURCES = sys-utils/choom.c
choom_LDADD = $(LDADD) libcommon.la
-#endif
+endif
if BUILD_IPCMK
usrbin_exec_PROGRAMS += ipcmk