summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2012-12-23 22:14:21 +0100
committerKarel Zak2012-12-23 22:14:21 +0100
commita73f59fa03ad28d001cc09d185adf865d6fad8bd (patch)
tree20dd9c6df33b076ba85ea896455641b78af940b8 /lib/Makemodule.am
parentmkfs.minix: fsck:minix: fix compiler warnings (diff)
downloadkernel-qcow2-util-linux-a73f59fa03ad28d001cc09d185adf865d6fad8bd.tar.gz
kernel-qcow2-util-linux-a73f59fa03ad28d001cc09d185adf865d6fad8bd.tar.xz
kernel-qcow2-util-linux-a73f59fa03ad28d001cc09d185adf865d6fad8bd.zip
sulogin: remove consoles.c from libcommon
- move struct chardata to include/ttyutils.h - move console.{h,c} to login-utils/sulogin-* (it's sulogin specific) - fix sulogin and agetty includes Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index d3cf8928d..81e20b106 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -28,7 +28,6 @@ libcommon_la_SOURCES = \
if LINUX
libcommon_la_SOURCES += \
- lib/consoles.c \
lib/linux_version.c \
lib/loopdev.c
endif
@@ -62,7 +61,6 @@ endif
check_PROGRAMS += \
test_sysfs \
test_loopdev \
- test_consoles \
test_pager
endif
@@ -110,10 +108,6 @@ test_pager_CFLAGS = -DTEST_PROGRAM
test_loopdev_SOURCES = lib/loopdev.c
test_loopdev_CFLAGS = -DTEST_PROGRAM_LOOPDEV
test_loopdev_LDADD = libcommon.la
-
-test_consoles_SOURCES = lib/consoles.c
-test_consoles_CFLAGS = -DTEST_PROGRAM
-test_consoles_LDADD = libcommon.la
endif
test_fileutils_SOURCES = lib/fileutils.c