summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2017-05-31 01:29:25 +0200
committerKarel Zak2017-05-31 01:29:25 +0200
commitc9ae73c03f2dd1cbb77a328196f456725141190b (patch)
tree0b8d6182e505862d6afe1bde7d9bcd8dbcf3df7d
parenttext-utils: use proper paths to term.h (diff)
downloadkernel-qcow2-util-linux-c9ae73c03f2dd1cbb77a328196f456725141190b.tar.gz
kernel-qcow2-util-linux-c9ae73c03f2dd1cbb77a328196f456725141190b.tar.xz
kernel-qcow2-util-linux-c9ae73c03f2dd1cbb77a328196f456725141190b.zip
lib/colors: fix test compilation
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--lib/Makemodule.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 7a018f516..8909f92e6 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -113,8 +113,8 @@ test_strutils_SOURCES = lib/strutils.c
test_strutils_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM_STRUTILS
test_colors_SOURCES = lib/colors.c lib/color-names.c
-test_colors_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM_COLORS $(TINFO_CFLAGS)
-test_colors_LDADD = $(LDADD) $(TINFO_LIBS)
+test_colors_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM_COLORS
+test_colors_LDADD = $(LDADD) libtcolors.la
test_randutils_SOURCES = lib/randutils.c
test_randutils_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM_RANDUTILS