summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorWerner Fink2012-11-08 15:55:48 +0100
committerKarel Zak2012-11-08 15:55:48 +0100
commit3a08f74f1d9b85be4e7454daa15bf3c8413a69b5 (patch)
tree89dc5c47d0f5f575ca4460312877dc8245b8c154 /lib/Makemodule.am
parentscript: do not try to close stderr twice (diff)
downloadkernel-qcow2-util-linux-3a08f74f1d9b85be4e7454daa15bf3c8413a69b5.tar.gz
kernel-qcow2-util-linux-3a08f74f1d9b85be4e7454daa15bf3c8413a69b5.tar.xz
kernel-qcow2-util-linux-3a08f74f1d9b85be4e7454daa15bf3c8413a69b5.zip
lib/consoles: add code to detect all system consoles
Signed-off-by: Werner Fink <werner@suse.de>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 91f857ad3..8e2b4eea4 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -27,6 +27,7 @@ libcommon_la_SOURCES = \
if LINUX
libcommon_la_SOURCES += \
+ lib/consoles.c \
lib/linux_version.c \
lib/loopdev.c
endif