summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2015-07-24 14:33:25 +0200
committerKarel Zak2015-07-24 14:33:25 +0200
commitf9ffaac0d20a3c3204637c61e7c4dcc4ce7f22fe (patch)
tree8f5cc86986369016eadcddb3007cf194702bdf3a /lib/Makemodule.am
parenttests: update build-sys tests (diff)
downloadkernel-qcow2-util-linux-f9ffaac0d20a3c3204637c61e7c4dcc4ce7f22fe.tar.gz
kernel-qcow2-util-linux-f9ffaac0d20a3c3204637c61e7c4dcc4ce7f22fe.tar.xz
kernel-qcow2-util-linux-f9ffaac0d20a3c3204637c61e7c4dcc4ce7f22fe.zip
build-sys: fix test_colors build
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index e81ca770a..ae0443ea7 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -96,7 +96,7 @@ test_at_CFLAGS = -DTEST_PROGRAM_AT
test_strutils_SOURCES = lib/strutils.c
test_strutils_CFLAGS = -DTEST_PROGRAM
-test_colors_SOURCES = lib/colors.c
+test_colors_SOURCES = lib/colors.c lib/color-names.c
test_colors_CFLAGS = -DTEST_PROGRAM $(TINFO_CFLAGS)
test_colors_LDADD = $(LDADD) $(TINFO_LIBS)