summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorOndrej Oprala2013-04-22 14:18:24 +0200
committerKarel Zak2013-05-20 16:30:23 +0200
commitfb2627cec4c85e9af30df417e6bda0e98b6cd0be (patch)
tree27909e9cdae1d4afc30808f784e084281fe34c77 /sys-utils/Makemodule.am
parentcfdisk: add long options to the command (diff)
downloadkernel-qcow2-util-linux-fb2627cec4c85e9af30df417e6bda0e98b6cd0be.tar.gz
kernel-qcow2-util-linux-fb2627cec4c85e9af30df417e6bda0e98b6cd0be.tar.xz
kernel-qcow2-util-linux-fb2627cec4c85e9af30df417e6bda0e98b6cd0be.zip
lscpu: detect more hypervisor vendors
[kzak@redhat.com: - cleanup coding style, - use path_exist()] Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 4139fcf65..977be5aff 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -239,7 +239,10 @@ endif
if BUILD_LSCPU
usrbin_exec_PROGRAMS += lscpu
-lscpu_SOURCES = sys-utils/lscpu.c
+lscpu_SOURCES = \
+ sys-utils/lscpu.c \
+ sys-utils/lscpu.h \
+ sys-utils/lscpu-dmi.c
lscpu_LDADD = $(LDADD) libcommon.la
dist_man_MANS += sys-utils/lscpu.1
endif