summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
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